5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-19 00:59:37 +00:00

Modify workflow strategy

This commit is contained in:
Neil Alexander 2022-04-18 10:35:05 +01:00
parent c3de1542b0
commit b77b018c4d

View File

@ -32,11 +32,6 @@ jobs:
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["go"]
steps:
- name: Checkout repository
uses: actions/checkout@v3
@ -44,7 +39,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@v2