1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-14 17:52:10 -04: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: 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