mirror of https://github.com/zeldaret/botw.git
lint_pr: Formatting, upgrade actions
This commit is contained in:
parent
0f88ba6f00
commit
deb48d0b9b
|
|
@ -1,12 +1,16 @@
|
|||
name: lint_pr
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
clang-format:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: DoozyX/clang-format-lint-action@v0.12
|
||||
with:
|
||||
source: 'src'
|
||||
exclude: 'lib'
|
||||
clangFormatVersion: 12
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: DoozyX/clang-format-lint-action@v0.18.1
|
||||
with:
|
||||
source: src
|
||||
exclude: lib
|
||||
clangFormatVersion: 12
|
||||
|
|
|
|||
Loading…
Reference in New Issue