mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-15 02:02:08 -04:00
fix workflow
This commit is contained in:
12
.github/workflows/go-ci.yml
vendored
12
.github/workflows/go-ci.yml
vendored
@@ -3,15 +3,15 @@ name: Go CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- "**"
|
||||||
paths:
|
paths:
|
||||||
- 'core/**'
|
- "core/**"
|
||||||
- '.github/workflows/go-ci.yml'
|
- ".github/workflows/go-ci.yml"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master, main]
|
branches: [master, main]
|
||||||
paths:
|
paths:
|
||||||
- 'core/**'
|
- "core/**"
|
||||||
- '.github/workflows/go-ci.yml'
|
- ".github/workflows/go-ci.yml"
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: go-ci-${{ github.ref }}
|
group: go-ci-${{ github.ref }}
|
||||||
@@ -44,7 +44,7 @@ jobs:
|
|||||||
- name: Run golangci-lint
|
- name: Run golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v9
|
uses: golangci/golangci-lint-action@v9
|
||||||
with:
|
with:
|
||||||
version: v2
|
version: v2.6
|
||||||
working-directory: core
|
working-directory: core
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
|
|||||||
Reference in New Issue
Block a user