Skip to content

fix(deps): update module github.com/gin-contrib/static to v1.1.3 #22

fix(deps): update module github.com/gin-contrib/static to v1.1.3

fix(deps): update module github.com/gin-contrib/static to v1.1.3 #22

Workflow file for this run

# SPDX-FileCopyrightText: 2023-2024 Steffen Vogel <post@steffenvogel.de>
# SPDX-License-Identifier: Apache-2.0
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json
---
name: "Build"
on:
push:
branches:
- main
pull_request:
jobs:
builds:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v30
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Run Nix build
run: nix build
- name: Check Flake
run: nix flake check