trying this, im sorry for all the notifications

This commit is contained in:
darkicewolf50 2024-03-12 12:03:44 -06:00
parent bc18eba7cb
commit b7c61304a0

View File

@ -39,10 +39,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout to repo
- name: Checkout repository
uses: actions/checkout@v3
- name: Install packages
- name: Install dependencies
run: npm ci
- name: Lint
- name: Run ESLint
run: npm run lint