Skip to content

Bump golang.org/x/net from 0.10.0 to 0.17.0 #75

Bump golang.org/x/net from 0.10.0 to 0.17.0

Bump golang.org/x/net from 0.10.0 to 0.17.0 #75

Workflow file for this run

name: Nix formatter checks
on:
pull_request:
push:
branches:
- master
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v23
- name: Run nix formatter tool
run: nix fmt . -- --fail-on-change