mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-14 00:27:38 +00:00
Update format action
This commit is contained in:
parent
3d7e686651
commit
e4b42c4f30
8
.github/workflows/format.yml
vendored
8
.github/workflows/format.yml
vendored
@ -1,6 +1,9 @@
|
||||
name: Format
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
clang-format:
|
||||
@ -8,7 +11,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run clang-format
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user