Skip to content

[REVERTME] intentional lint error to trigger CI #1

[REVERTME] intentional lint error to trigger CI

[REVERTME] intentional lint error to trigger CI #1

Workflow file for this run

on:

Check failure on line 1 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: defaults
pull_request:
jobs:
defaults:
run:
runs-on: ubuntu-latest
shell: bash -el {0}
pre-commit:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup environment
uses: ./..github/actions/setup-env
- name: Run pre-commit
run: pre-commit run --all-files --show-diff-on-failure --color=always