snowflake/.forgejo/workflows/check.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 9: cannot unmarshal !!seq into map[string]string
2023-10-05 16:07:43 -04:00

10 lines
280 B
YAML

on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: https://github.com/DeterminateSystems/nix-installer-action@main
with:
- github-token: github.com=${{ secrets.GH_TOKEN }}
- run: nix flake check