Skip to content

Commit

Permalink
Create build_project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nighty3098 committed Apr 19, 2024
1 parent d5ac5f2 commit d94c3a4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Run clang-format Linter
on: [push, pull_request, fork]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: building
run: bash build.sh

0 comments on commit d94c3a4

Please sign in to comment.