Skip to content

Commit

Permalink
chore: gitignore sarif files
Browse files Browse the repository at this point in the history
  • Loading branch information
MattMencel committed Oct 29, 2024
1 parent 04de802 commit 4f63c21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Test

on:
push:
branches: ["master"]
branches: [ "master" ]
pull_request:
branches: ["master"]
branches: [ "master" ]

permissions:
contents: read
Expand All @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ["7.4", "8.1", "8.2"]
php-version: ['7.4', '8.1', '8.2']
steps:
- uses: actions/checkout@v4
- name: Use PHP ${{ matrix.php-version }}
Expand Down Expand Up @@ -54,8 +54,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ["7.4", "8.1", "8.2"]
version: ["dev-master", "1.0"]
php-version: ['7.4', '8.1', '8.2']
version: ['dev-master', '1.0']
steps:
- uses: actions/checkout@v4
- name: Use PHP ${{ matrix.php-version }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/vendor/
**.sarif

0 comments on commit 4f63c21

Please sign in to comment.