This commit is contained in:
parent
68b07e007f
commit
af4092681a
3 changed files with 5 additions and 10 deletions
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
@ -1,4 +1,5 @@
|
||||||
# https://devenv.sh/integrations/github-actions
|
# https://devenv.sh/integrations/github-actions
|
||||||
|
# https://forgejo.org/docs/latest/user/actions/
|
||||||
name: Test
|
name: Test
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -8,19 +9,13 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: Test
|
name: Test
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
permissions:
|
container:
|
||||||
id-token: write
|
image: ghcr.io/cachix/devenv/devenv:latest
|
||||||
contents: read
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: DeterminateSystems/determinate-nix-action@v3
|
|
||||||
- uses: DeterminateSystems/flakehub-cache-action@main
|
|
||||||
- uses: DeterminateSystems/flake-checker-action@main
|
|
||||||
- name: Install devenv.sh
|
- name: Install devenv.sh
|
||||||
run: nix profile install nixpkgs#devenv
|
run: nix profile install nixpkgs#devenv
|
||||||
- name: Cache turbo build
|
|
||||||
uses: dtinth/setup-github-actions-caching-for-turbo@v1
|
|
||||||
- run: devenv shell pnpm install
|
- run: devenv shell pnpm install
|
||||||
- run: devenv shell pnpm lint
|
- run: devenv shell pnpm lint
|
||||||
- run: devenv shell pnpm build
|
- run: devenv shell pnpm build
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
A collection of "pomp-branded" websites.
|
A collection of "pomp-branded" websites.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Sites
|
## Sites
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue