Skip to content

CI: add hardening-check action #6

CI: add hardening-check action

CI: add hardening-check action #6

Workflow file for this run

name: Nitpicker
on: [pull_request]
jobs:
formatting-check:
if: github.repository == 'intel/ledmon'
name: tag codeowners
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: nitpicker
uses: ethanis/nitpicker@v1.6
with:
nitpicks: './.github/nitpicks.yml'
token: '${{ secrets.GITHUB_TOKEN }}'