Skip to content

ci: initial semantic release with actionlint #2

ci: initial semantic release with actionlint

ci: initial semantic release with actionlint #2

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches:
- main
- master
jobs:
actionlinter:
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #4.1.1
- name: Lint GitHub Actions
uses: docker://rhysd/actionlint:latest
with:
options: -v $(pwd):/repo --workdir /repo
args: -color