Skip to content

Neues projekt

Neues projekt #6

Workflow file for this run

name: Lint
on:
pull_request:
permissions:
contents: write
pull-requests: write
jobs:
eslint_check:
name: Prepare action
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- 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"