Skip to content

feat: soapui testrunner github action #37

feat: soapui testrunner github action

feat: soapui testrunner github action #37

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@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #4.2.2
- name: Lint GitHub Actions
uses: docker://rhysd/actionlint:latest
with:
options: -v $(pwd):/repo --workdir /repo
args: -color