Skip to content

CI: Update to use actions/{up,down}load-artifact v4 #81

CI: Update to use actions/{up,down}load-artifact v4

CI: Update to use actions/{up,down}load-artifact v4 #81

Workflow file for this run

---
name: CI Source Formatting
on:
pull_request:
branches:
- master
jobs:
format-cmake:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Format CMake files
id: cmake-format
uses: PuneetMatharu/[email protected]
with:
args: --config-files cmake-format.py
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_user_name: cmake-format-bot
commit_message: 'Automated commit of cmake-format changes.'