mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-14 16:47:37 +00:00
Update format action
This commit is contained in:
parent
6c209ac114
commit
4baa5929ea
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