Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

clean up wireguard

clean up wireguard #10

Workflow file for this run

VERSION: 5

Check failure on line 1 in .github/workflows/mkci.yaml

View workflow run for this annotation

GitHub Actions / mkci

Invalid workflow file

The workflow is not valid. .github/workflows/mkci.yaml (Line: 1, Col: 1): Unexpected value 'VERSION'
env: {}
jobs:
mkci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/install-nix-action@v20
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
nix_path: nixpkgs=channel:nixos-unstable
- run: nix build .#mkci
name: mkci
on:
pull_request:
branches:
- master
push:
branches:
- master