ci: use forgejo workflows

This commit is contained in:
Naxdy 2024-09-01 10:30:33 +02:00
parent 5619ef4781
commit 54b0d06fc7
Signed by: Naxdy
GPG key ID: CC15075846BCE91B
3 changed files with 4 additions and 11 deletions

View file

@ -10,7 +10,7 @@ jobs:
test-cache:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
@ -28,13 +28,13 @@ jobs:
run: pnpm install && pnpm build
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v9
uses: https://github.com/DeterminateSystems/nix-installer-action@v9
- name: Setup Attic Cache
uses: ./
with:
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
cache: ${{ secrets.ATTIC_CACHE }}
endpoint: ${{ vars.ATTIC_ENDPOINT }}
cache: ${{ vars.ATTIC_CACHE }}
token: ${{ secrets.ATTIC_TOKEN }}
- name: Build Nix Package

View file

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