Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Bump @stylistic/eslint-plugin from 1.6.3 to 1.7.0 #7

Bump @stylistic/eslint-plugin from 1.6.3 to 1.7.0

Bump @stylistic/eslint-plugin from 1.6.3 to 1.7.0 #7

Workflow file for this run

name: "ESBuild Testing"
on: [pull_request]
jobs:
eslint:
name: Run esbuild
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Dependencies
run: npm prune
- name: Run ESBuild
run: npm run test:minify
continue-on-error: false