Skip to content

Update github/super-linter action to v6 - autoclosed #65

Update github/super-linter action to v6 - autoclosed

Update github/super-linter action to v6 - autoclosed #65

Workflow file for this run

---
name: pre-commit
on:
push:
branches:
- master
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
env:
SKIP: no-commit-to-branch
- uses: fish-actions/[email protected]
- run: pre-commit try-repo . fish_syntax --verbose --all-files
- run: pre-commit try-repo . fish_indent --verbose --all-files