gomod2nix/.github/workflows/test.yml
Workflow config file is invalid. Please check your config file: yaml: line 20: could not find expected ':'
2022-05-20 14:48:28 +08:00

20 lines
362 B
YAML

name: Test
on:
pull_request:
paths-ignore:
- '**.md'
push:
paths-ignore:
- '**.md'
jobs:
test:
runs-on: ubuntu-latest
env:
NIX_PATH: "nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz"
steps:
- uses: cachix/install-nix-action@v12
- uses: actions/checkout@v1
- run: |
make -C tests