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 41a1294002
Some checks failed
Test action / Print hello world (push) Failing after 35s
.
2025-09-03 20:11:34 +02:00

25 lines
No EOL
458 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 -p nodejs_24
# run: nix-env -iA nixos.nodejs_24
- run: whoami
- run: . /nix/var/nix/profiles/default/etc/profile.d/nix.sh
- run: nix-env -qa
- run: node -v
- uses: actions/checkout@v4
- run: nix flake check