Skip to content

s/GITHUB_OUTPU/GITHUB_OUTPUT #99

s/GITHUB_OUTPU/GITHUB_OUTPUT

s/GITHUB_OUTPU/GITHUB_OUTPUT #99

Workflow file for this run

on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install npm dependencies
run: npm install
- name: Run linter
run: npm run format:check