Skip to content

fix: Some chains decide to name the static files differently #267

fix: Some chains decide to name the static files differently

fix: Some chains decide to name the static files differently #267

Workflow file for this run

name: pre-commit checks
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
push:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
# This will tell git to always run the pre-commit hook, even if the commit is a fast-forward
if: always()