Skip to content

Commit

Permalink
Merge branch 'main' into enable-force
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias authored Feb 28, 2024
2 parents 7b4905e + da62390 commit b5172f4
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
required: false
default: "3.1.3"

pull_request_target:
pull_request:
paths-ignore:
- "docs/**"
- "README.md"
Expand All @@ -23,8 +23,6 @@ jobs:
test:
name: Test
timeout-minutes: 30
permissions:
issues: write
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -44,17 +42,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Run DCM
uses: CQLabs/dcm-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
ci_key: oss
email: oss
folders: .
fatal_style: true
fatal_performance: true
fatal_warnings: true

- name: Run DCM
run: dcm analyze lib

Expand Down

0 comments on commit b5172f4

Please sign in to comment.