Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Merge pull request #273 from Nick2bad4u/dependabot/pip/general-c54e3e… #349

Merge pull request #273 from Nick2bad4u/dependabot/pip/general-c54e3e…

Merge pull request #273 from Nick2bad4u/dependabot/pip/general-c54e3e… #349

Workflow file for this run

name: ActionLint
on:
push:
workflow_dispatch:
permissions:
contents: read
pull-requests: write
jobs:
job-1:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: devops-actions/actionlint@e7ee33fbf5aa8c9f9ee1145137f3e52e25d6a35b #v0.1.3
continue-on-error: true
id: action-lint