Skip to content

ci(lint): add linter #2

ci(lint): add linter

ci(lint): add linter #2

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
uses: Krizzu/[email protected]
with:
ghToken: ${{ secrets.GITHUB_TOKEN }}
# eslintFiles: "neues-projekt"
eslintConfig: "neues-projekt/eslint.config.js"
# eslintExt: "js, ts, jsx, tsx"