Skip to content

Bump actions/checkout from 4.1.7 to 4.2.0 in /.github/workflows #6

Bump actions/checkout from 4.1.7 to 4.2.0 in /.github/workflows

Bump actions/checkout from 4.1.7 to 4.2.0 in /.github/workflows #6

Workflow file for this run

name: Lint CODEOWNERS
on:
pull_request:
jobs:
codeowners:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0 # to checkout the code of the repo you want to check the CODEOWNERS from.
- name: check codeowners
uses: gagoar/codeowners-generator@2.4.1
with:
use-maintainers: true
check: true