Skip to content

Project setup

Project setup #3

Workflow file for this run

---
permissions: read-all
on: pull_request
jobs:
lint:
permissions:
contents: read
statuses: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: yarn install --ignore-scripts
- uses: super-linter/super-linter@v7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_JAVASCRIPT_PRETTIER: false