Skip to content

ci(lint): add linter #3

ci(lint): add linter

ci(lint): add linter #3

Workflow file for this run

name: Lint
on: [push]
jobs:
eslint_check:
name: Prepare action
runs-on: ubuntu-latest
steps:
# Checkout action must run prior to eslint check
- name: Checkout
uses: actions/checkout@v4
- name: Lint
working-directory: neues-projekt
uses: Krizzu/[email protected]

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

View workflow run for this annotation

GitHub Actions / Lint

Invalid workflow file

The workflow is not valid. .github/workflows/eslint.yml (Line: 13, Col: 7): Unexpected value 'uses' .github/workflows/eslint.yml (Line: 14, Col: 7): Unexpected value 'with'
with:
ghToken: ${{ secrets.GITHUB_TOKEN }}
# eslintFiles: "neues-projekt"
# eslintConfig: "eslint.config.js"
# eslintExt: "js, ts, jsx, tsx"