Skip to content

Neues projekt

Neues projekt #7

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Lint
on:
pull_request:
# permissions:
# contents: write
# pull-requests: write
permissions: write-all
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"