diff --git a/.forgejo/workflows/format_pull.yaml b/.forgejo/workflows/format_pull.yaml index b94f325..99ee988 100644 --- a/.forgejo/workflows/format_pull.yaml +++ b/.forgejo/workflows/format_pull.yaml @@ -2,6 +2,8 @@ name: format on: pull_request: + paths-ignore: + - "**.lock" jobs: test: @@ -10,7 +12,7 @@ jobs: - name: checkout uses: actions/checkout@v4 with: - ref: 'main' + ref: "main" - name: dev uses: actions/nix/develop@main with: