This repository has been archived on 2025-09-08. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
amarth/.forgejo/workflows/action.yml
clan-tool dc022f1c1d
Some checks failed
Test action / Print hello world (push) Failing after 35s
aight, that one was expected
2025-09-03 19:43:27 +02:00

22 lines
No EOL
370 B
YAML

name: Test action
on:
workflow_dispatch:
push:
branches:
- main
jobs:
hello:
name: Print hello world
runs-on: default
steps:
- name: Install deps
run: >-
nix shell
nixpkgs#node_24
--extra-experimental-features "nix-command flakes"
- uses: actions/checkout@v4
- run: nix flake check