Skip to content

ci(lint): add linter #4

ci(lint): add linter

ci(lint): add linter #4

Workflow file for this run

name: Lint
on: [push]
permissions:
contents: read
pull-requests: write
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 18 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: 18, Col: 7): Unexpected value 'uses' .github/workflows/eslint.yml (Line: 19, Col: 7): Unexpected value 'with'
with:
ghToken: ${{ secrets.GITHUB_TOKEN }}
# eslintFiles: "neues-projekt"
# eslintConfig: "eslint.config.js"
# eslintExt: "js, ts, jsx, tsx"