aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJosh Spicer <josh@joshspicer.com>2022-05-13 03:07:22 +0300
committerGitHub <noreply@github.com>2022-05-13 03:07:22 +0300
commit5332b952adf7e31a744bba297b5232a7000de58a (patch)
tree4779f859439df52d82e2effeaba0b075d83add54 /.github/workflows
parent3e7c0308db4005644b21c0626ba6239271cf04cc (diff)
add feature stubs for all
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 81c4203..67b473e 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- features: [ "go", "dotnet", "go,dotnet" ]
+ features: [ "go", "dotnet", "go,dotnet" ]
baseImage: [ "mcr.microsoft.com/vscode/devcontainers/base:focal" ]
steps:
- uses: actions/checkout@v2