mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 00:23:48 +00:00
Fix clang_tidy.yml path
This commit is contained in:
parent
1d1b25d425
commit
a86b0a7d0c
2
.github/workflows/clang_tidy.yml
vendored
2
.github/workflows/clang_tidy.yml
vendored
@ -4,7 +4,7 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- '**.cpp'
|
- '**.cpp'
|
||||||
- '**.h'
|
- '**.h'
|
||||||
- '.github/workflows/clang-tidy.yml'
|
- '.github/workflows/clang_tidy.yml'
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user