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 94a18979f1
Some checks failed
Test action / Print hello world (push) Failing after 1s
oops
2025-09-04 07:43:02 +02:00

24 lines
No EOL
416 B
YAML

name: Test action
on:
workflow_dispatch:
push:
branches:
- main
jobs:
hello:
name: Print hello world
runs-on: ubuntu
steps:
- uses: actions/checkout@v4
- name: Install deps
uses: https://github.comm/cachix/install-nix-action@6f18c7d1a145e4641d9782bead417bfdf850680b
- run: whoami
- run: node -v
- run: nix --version
- run: nix flake check