Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
Dextinfire committed Sep 17, 2024
1 parent a80179f commit b3afcc2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
name: impacto
on:
pull_request_target:
branches:
- "master"
types:
- opened
- synchronize
- reopened
push:
branches:
- master
- "master"
tags:
- "*"

Expand All @@ -22,7 +28,8 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v4

# Install your linters here
- name: Install ClangFormat
run: sudo apt-get install -y clang-format

- name: Run linters
uses: wearerequired/lint-action@v2
Expand Down

0 comments on commit b3afcc2

Please sign in to comment.