Skip to content

Bump the go-dependencies group across 1 directory with 2 updates #138

Bump the go-dependencies group across 1 directory with 2 updates

Bump the go-dependencies group across 1 directory with 2 updates #138

Workflow file for this run

name: 📋 GolangCI Checks
on:
pull_request:
types: [ synchronize, opened, reopened, ready_for_review ]
jobs:
lint:
name: 📋 GolangCI
runs-on: ubuntu-latest
steps:
- name: ⬇️ Git clone the repository
uses: actions/checkout@v6
- name: 📦 Install Mise
run: |
curl https://mise.run | sh
mise install
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: 🧪 Lint
run: |
mise run lint