Skip to content

Fix all clippy warnings (#239) #10

Fix all clippy warnings (#239)

Fix all clippy warnings (#239) #10

Workflow file for this run

name: gg.cmd action
on:
push:
branches: [main]
workflow_dispatch:
concurrency:
group: "${{ github.workflow }}-${{ github.head_ref || github.ref }}-${{ github.event_name }}"
cancel-in-progress: true
jobs:
run-gg:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
- name: Setup gg
uses: eirikb/gg/action@main
- name: Verify gg
shell: bash
run: gg.cmd --version