Skip to content

feat: improve REL and Relocation #143

feat: improve REL and Relocation

feat: improve REL and Relocation #143

Workflow file for this run

name: maintenance
on: [push, pull_request_target]
jobs:
maintenance:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
fetch-depth: 2
- uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Run clang-format
run: find -type f \( -name *.h -o -name *.cpp \) | xargs clang-format-14 -style=file -i
- name: Glob files
run: python ${{ github.workspace }}/CommonLibF4/scripts/glob_files.py
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: maintenance