Skip to content

fix: Update github lint action #211

fix: Update github lint action

fix: Update github lint action #211

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v4

Check failure on line 7 in .github/workflows/eslint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/eslint.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
with:
version: 9
- name: Install modules
run: pnpm install
- name: Run ESLint
run: eslint .