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:05:20 -04:00

10 lines
269 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: ${{ secrets.GH_TOKEN }}
- run: nix flake check