Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Upgrade golang version (1.22.2 -> 1.22.5) #379

Upgrade golang version (1.22.2 -> 1.22.5)

Upgrade golang version (1.22.2 -> 1.22.5) #379

Workflow file for this run

---
name: "Shellcheck"
on:
push:
branches:
- main
paths-ignore:
- '**.md'
- '.wordlist.txt'
pull_request:
paths-ignore:
- '**.md'
- '.wordlist.txt'
permissions: {}
jobs:
shellcheck:
name: shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
ignore_paths: ./ignored/**