...

Text file src/github.com/hashicorp/go-retryablehttp/.github/workflows/actionlint.yml

Documentation: github.com/hashicorp/go-retryablehttp/.github/workflows

     1name: actionlint
     2
     3on:
     4  push:
     5    paths:
     6      - .github/**
     7
     8permissions:
     9  contents: read
    10
    11jobs:
    12  actionlint:
    13    runs-on: ubuntu-latest
    14    steps:
    15      - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
    16      - name: "Check GitHub workflow files"
    17        uses: docker://docker.mirror.hashicorp.services/rhysd/actionlint:latest
    18        with:
    19          args: -color

View as plain text