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 15:58:45 -04:00

11 lines
310 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: |
access-tokens = github.com=${{ secrets.GH_TOKEN }}
- run: nix flake check