Skip to content

chore(deps): lock file maintenance (#143) #14

chore(deps): lock file maintenance (#143)

chore(deps): lock file maintenance (#143) #14

Workflow file for this run

name: autofix.ci
on:
pull_request:
push:
branches: [main, beta]
jobs:
autofix:
if: ${{ github.repository_owner == 'recap-utr' }}
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/magic-nix-cache-action@v8
- run: nix fmt
- uses: autofix-ci/[email protected]
with:
commit-message: "chore: reformat code"