Skip to content

Commit

Permalink
fix(ci): add tags to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
project0 committed Mar 26, 2023
1 parent c9d2d29 commit eec3136
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
push:
branches: [master]

env:
GOFLAGS: -tags=containers_image_openpgp,exclude_graphdriver_btrfs,btrfs_noversion,exclude_graphdriver_devicemapper

jobs:
pre-commit:
runs-on: ubuntu-latest
Expand All @@ -27,5 +30,3 @@ jobs:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libdevmapper-dev libbtrfs-dev
- uses: pre-commit/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit eec3136

Please sign in to comment.