Skip to content

Commit

Permalink
use common ghactions
Browse files Browse the repository at this point in the history
  • Loading branch information
zupo committed Aug 10, 2023
1 parent 0fc17b4 commit d44ef30
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 86 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.

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

- run: nix-shell --run "make lint all=true"

- run: nix-shell --run "make tests"

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

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


# yamllint disable
Expand Down
43 changes: 0 additions & 43 deletions .github/workflows/nix-gh-cache.yml

This file was deleted.

0 comments on commit d44ef30

Please sign in to comment.