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 33712aa47e
Some checks failed
Test action / Print hello world (push) Failing after 8s
I never tried this combo right???
2025-09-04 10:18:30 +02:00

26 lines
No EOL
444 B
YAML

name: Test action
on:
workflow_dispatch:
push:
branches:
- main
jobs:
hello:
name: Print hello world
runs-on: default
steps:
- name: Install nodejs
run: nix-env -iA nixpkgs.nodejs
- uses: actions/checkout@v4
# - name: Install deps
# uses: Prince527/install-nix-action@v31
- run: whoami
- run: node -v
- run: nix --version
- run: nix flake check