Skip to content

Merge pull request #3 from Dpeta/tabswitch_fix #18

Merge pull request #3 from Dpeta/tabswitch_fix

Merge pull request #3 from Dpeta/tabswitch_fix #18

Workflow file for this run

name: ESLint
on: push
jobs:
ESLint:
name: Run linter and enforce style
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install ESLint
run: npm i eslint eslint-config-standard
- name: Run ESLint
run: ./node_modules/eslint/bin/eslint.js src/pesterchum.js