Skip to content

Commit c0ca4b6

Browse files
authored
Merge pull request #205895 from Homebrew/actionlint-no-docker
workflows: run `actionlint` job outside of Docker container
2 parents 303229a + 87ffe49 commit c0ca4b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/actionlint.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,11 @@ env:
2828

2929
permissions: {}
3030

31+
# FIXME: The `Install tools` step fails inside the Docker container for some reason.
3132
jobs:
3233
workflow_syntax:
3334
if: github.repository_owner == 'Homebrew'
3435
runs-on: ubuntu-latest
35-
container:
36-
image: ghcr.io/homebrew/ubuntu22.04:master
3736
steps:
3837
- name: Set up Homebrew
3938
id: setup-homebrew

0 commit comments

Comments
 (0)