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

11 lines
298 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:
- extra-conf: |
github-token = ${{ secrets.GH_TOKEN }}
- run: nix flake check