Skip to content

Merge pull request #4 from cse110-sp24-group25/testing #2

Merge pull request #4 from cse110-sp24-group25/testing

Merge pull request #4 from cse110-sp24-group25/testing #2

Workflow file for this run

name: Linting
on: push
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: yarn
- name: Run ESLint for javascript
run: eslint . --ext .js
- name: Run stylelint for css
uses: actions-hub/stylelint@master