Skip to content

Update deps oct24

Update deps oct24 #1

Workflow file for this run

name: ESLint Gate
on:
pull_request:
push:
branches:
- main
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Linting
run: |
npm run lint