ci: port github action to forgejo action
Some checks failed
Test / Test (push) Failing after 1m35s

This commit is contained in:
Kim, Jimin 2025-06-01 10:07:01 +09:00
parent 68b07e007f
commit af4092681a
Signed by: pomp
GPG key ID: D3932F82A0667A3B
3 changed files with 5 additions and 10 deletions

View file

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Before After
Before After

View file

@ -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

View file

@ -5,7 +5,7 @@
A collection of "pomp-branded" websites. A collection of "pomp-branded" websites.
![example website screenshot](./.github/img/pompydev.avif) ![example website screenshot](./.forgejo/img/pompydev.avif)
## Sites ## Sites