1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-03-23 02:35:08 +00:00

ci/cd: migrate github actions to depot builds and runners

This commit is contained in:
Kyle Mendell
2026-02-22 16:34:07 -06:00
parent ae269371da
commit a43e6a8c2d
8 changed files with 52 additions and 44 deletions

View File

@@ -9,14 +9,16 @@ on:
paths:
- "backend/**"
permissions:
contents: read
id-token: write
actions: write
jobs:
test-backend:
permissions:
contents: read
actions: write
runs-on: ubuntu-latest
runs-on: depot-ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: "backend/go.mod"