ci: try test workflows
Some checks failed
/ check (push) Failing after 5s
Some checks failed
/ check (push) Failing after 5s
This commit is contained in:
parent
c6227b3031
commit
882c0723e9
4 changed files with 14 additions and 6 deletions
14
.forgejo/workflows/check.yml
Normal file
14
.forgejo/workflows/check.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||
- uses: https://github.com/cachix/install-nix-action@v22
|
||||
with:
|
||||
install_url: https://nixos.org/nix/install
|
||||
extra_nix_config: |
|
||||
auto-optimise-store = true
|
||||
access-tokens = ${{ secrets.FORGEJO_TOKEN }}
|
||||
experimental-features = nix-command flakes
|
||||
- run: nix flake check
|
0
.forgejo/workflows/flake-lock-update.yml
Normal file
0
.forgejo/workflows/flake-lock-update.yml
Normal file
0
.forgejo/workflows/fmt.yml
Normal file
0
.forgejo/workflows/fmt.yml
Normal file
|
@ -1,6 +0,0 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo All Good
|
Loading…
Reference in a new issue