Skip to content

[DEV] copied changes into index src #37

[DEV] copied changes into index src

[DEV] copied changes into index src #37

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