Skip to content

Update actions/checkout action to v6 #500

Update actions/checkout action to v6

Update actions/checkout action to v6 #500

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- master
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Check Docs
run: make check
- name: No diff
run: git diff --exit-code