Skip to content

Merge pull request #1 from m15a/fix-punct-str-specials #13

Merge pull request #1 from m15a/fix-punct-str-specials

Merge pull request #1 from m15a/fix-punct-str-specials #13

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: DeterminateSystems/magic-nix-cache-action@v3
- name: Run linters
run: |
nix develop --command bash -c "pre-commit run --all-files"