Skip to content

Commit

Permalink
Merge pull request #205895 from Homebrew/actionlint-no-docker
Browse files Browse the repository at this point in the history
workflows: run `actionlint` job outside of Docker container
  • Loading branch information
carlocab authored Jan 29, 2025
2 parents 303229a + 87ffe49 commit c0ca4b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ env:

permissions: {}

# FIXME: The `Install tools` step fails inside the Docker container for some reason.
jobs:
workflow_syntax:
if: github.repository_owner == 'Homebrew'
runs-on: ubuntu-latest
container:
image: ghcr.io/homebrew/ubuntu22.04:master
steps:
- name: Set up Homebrew
id: setup-homebrew
Expand Down

0 comments on commit c0ca4b6

Please sign in to comment.