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

fix peers

fix peers #51

Workflow file for this run

VERSION: 5

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

View workflow run for this annotation

GitHub Actions / coggie

Invalid workflow file

The workflow is not valid. .github/workflows/coggie.yaml (Line: 1, Col: 1): Unexpected value 'VERSION'
env: {}
jobs:
coggie:
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 .#nixosConfigurations.coggie.config.system.build.toplevel --dry-run
name: coggie
on:
pull_request:
branches:
- master
push:
branches:
- master