Compare commits

...

2 Commits

Author SHA1 Message Date
c164cafeac
add dependabot 2024-02-02 21:20:37 +03:00
592e45f731
add nix build with cache to release workflow 2024-02-02 21:14:51 +03:00
2 changed files with 22 additions and 0 deletions

10
.github/dependabot.yaml vendored Normal file
View File

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"

View File

@ -52,3 +52,15 @@ jobs:
with:
bin: hoyolab-claim-bot
token: ${{ secrets.GITHUB_TOKEN }}
nix-cachix:
needs: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v26
- uses: cachix/cachix-action@v14
with:
name: ataraxiadev-foss
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix run github:Mic92/nix-fast-build -- --no-nom --skip-cached -f .#packages.x86_64-linux.hoyolab-claim-bot