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 44d7f78494
Some checks failed
Test action / Print hello world (push) Failing after 1s
update what image the action runs on
2025-09-03 18:37:50 +02:00

16 lines
No EOL
316 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
- uses: https://github.com/cachix/install-nix-action@56a7bb7b56d9a92d4fd1bc05758de7eea4a370a8
- run: nix flake check