Skip to content

fix: add collection install and update os_auth module use. #64

fix: add collection install and update os_auth module use.

fix: add collection install and update os_auth module use. #64

Workflow file for this run

---
name: Lint workflows
"on":
push:
paths:
- ".github/**"
jobs:
workflow-linting:
name: Workflow Linting
runs-on: ubuntu-20.04
container:
image: rhysd/actionlint:1.6.15
options: --user=0 --entrypoint=/bin/sh
steps:
- name: checkout
uses: actions/checkout@v3
- name: actionlint
run: /usr/local/bin/actionlint .github/workflows/*