Skip to content

build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 #48

build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1

build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 #48

Workflow file for this run

name: "Test"
on:
push:
branches: [main]
pull_request:
jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Check out
uses: actions/checkout@v4
- name: Install nix
uses: DeterminateSystems/nix-installer-action@v4
- name: Install cachix
uses: cachix/cachix-action@v12
with:
name: devenv
- name: Install devenv.sh
run: nix profile install tarball+https://install.devenv.sh/latest
- name: Setup nix cache
uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Setup go cache
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run pre-commit hooks
run: |
devenv shell -- pre-commit run --all-files
- name: Build
run: |
devenv shell -- go build