Skip to content

Bump check-spelling/check-spelling from 0.0.25 to 0.0.26 (#104) #50

Bump check-spelling/check-spelling from 0.0.25 to 0.0.26 (#104)

Bump check-spelling/check-spelling from 0.0.25 to 0.0.26 (#104) #50

Workflow file for this run

---
name: Ansible Lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Setup local role symlink for ansible-lint
run: |
mkdir -p roles
ln -sf ../.. roles/ansible-mondoo
- name: Run ansible-lint
uses: ansible/ansible-lint@5fac056c45595896c973fbde871f01f6cb14d74c # v26.4.0
license-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Setup Copywrite
uses: hashicorp/setup-copywrite@32638da2d4e81d56a0764aa1547882fc4d209636 # v1.1.3
- name: Check Header Compliance
run: copywrite headers --plan