Skip to content

Commit

Permalink
Use shared actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dz0ny authored Aug 9, 2023
1 parent 0fc17b4 commit fb592da
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 43 deletions.
24 changes: 0 additions & 24 deletions .github/actions/nix-shell/action.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/actions/uncommitted-changes/action.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/nix-shell
- uses: teamniteo/gha-actions/nix@v1
with:
cachix_auth_token: '${{ secrets.CACHIX_AUTH_TOKEN_PUBLIC }}'

Expand All @@ -40,7 +40,7 @@ jobs:

- run: nix-shell --run "make dist"

- uses: ./.github/actions/uncommitted-changes
- uses: teamniteo/gha-actions/uncommitted-changes@v1


# yamllint disable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nix-gh-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/nix-shell
- uses: teamniteo/gha-actions/nix@v1
with:
cachix_auth_token: '${{ secrets.CACHIX_AUTH_TOKEN_PUBLIC }}'

0 comments on commit fb592da

Please sign in to comment.