Skip to content

Added GitHub Actions templates and tool configuration files #11

Added GitHub Actions templates and tool configuration files

Added GitHub Actions templates and tool configuration files #11

Workflow file for this run

on: pull_request
name: Review
jobs:
check-github-actions-documentation:
runs-on: ubuntu-latest
name: Check that Github Actions documentation is up to date
steps:
- uses: actions/checkout@v4
- uses: arduino/setup-task@v2
- run: |
task github-actions:documentation:update
# Check that documentation has not changed.
- run: |
git diff --exit-code docs/github-action-templates.md