Skip to content

build(deps): bump golang.org/x/net (#123) #251

build(deps): bump golang.org/x/net (#123)

build(deps): bump golang.org/x/net (#123) #251

Workflow file for this run

name: Build and test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
- run: nix flake check
- run: nix build
- name: Upload Pushup executable
uses: actions/upload-artifact@v4
if: github.ref == 'refs/heads/main'
with:
name: pushup
path: result/bin/pushup