Skip to content

Setup linting & formatting tooling #1

Setup linting & formatting tooling

Setup linting & formatting tooling #1

Workflow file for this run

name: Check
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: check-${{ github.ref }}
cancel-in-progress: true
env:
NODE_OPTIONS: --max_old_space_size=6144
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Prepare
uses: ./.github/actions/prepare
- name: Run Linter
run: pnpm lint
analyze:
name: CodeQL Analysis
uses: ./.github/workflows/codeql-analysis.yml

Check failure on line 34 in .github/workflows/lint.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/lint.yaml" -> "./.github/workflows/codeql-analysis.yml" : failed to fetch workflow: workflow was not found.