1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05:00

fix workflow

This commit is contained in:
bbedward
2025-12-01 12:25:55 -05:00
parent f5ca4ccce5
commit 9184c70883

View File

@@ -3,15 +3,15 @@ name: Go CI
on:
push:
branches:
- '**'
- "**"
paths:
- 'core/**'
- '.github/workflows/go-ci.yml'
- "core/**"
- ".github/workflows/go-ci.yml"
pull_request:
branches: [master, main]
paths:
- 'core/**'
- '.github/workflows/go-ci.yml'
- "core/**"
- ".github/workflows/go-ci.yml"
concurrency:
group: go-ci-${{ github.ref }}
@@ -44,7 +44,7 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2
version: v2.6
working-directory: core
- name: Test