Skip to content

Update module github.com/google/go-github/v50 to v67 #164

Update module github.com/google/go-github/v50 to v67

Update module github.com/google/go-github/v50 to v67 #164

Workflow file for this run

name: "Test"
on:
pull_request:
push:
jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v21
- uses: cachix/cachix-action@v12
with:
name: each-commit-green
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: nix develop --command devenv ci
- run: nix develop --command devenv shell echo ok
- run: nix build .#