Skip to content

Commit

Permalink
Merge pull request #110 from atc0005/mark-all-optional-linters-as-exp…
Browse files Browse the repository at this point in the history
…erimental

Mark all optional linters as experimental
  • Loading branch information
atc0005 authored May 12, 2023
2 parents adc1963 + 94afb49 commit 8ee4c48
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/lint-using-optional-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ jobs:
# Don't stop all workflow jobs if the unstable image linting tasks fail.
fail-fast: false
matrix:
container-image: ["go-ci-oldstable", "go-ci-stable"]
experimental: [false]
include:
- container-image: "go-ci-unstable"
experimental: true
container-image: ["go-ci-oldstable", "go-ci-stable", "go-ci-unstable"]
experimental: [true]
container:
image: "ghcr.io/atc0005/go-ci:${{ matrix.container-image}}"

Expand Down

0 comments on commit 8ee4c48

Please # to comment.