Skip to content

Merge pull request #30 from Team5599/production #97

Merge pull request #30 from Team5599/production

Merge pull request #30 from Team5599/production #97

Workflow file for this run

name: ESLint
on:
pull_request:
branches: [main, production]
push:
branches: [main]
workflow_dispatch:
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Run ESLint
run: npm run lint