Skip to content

Commit 774d0a2

Browse files
authored
Merge pull request #2 from City-of-Helsinki/UHF-X-sonar
UHF-X: Add sonarcloud ci.yml
2 parents 09873a1 + 5fb4faf commit 774d0a2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
on:
2+
pull_request:
3+
push:
4+
branches:
5+
- main
6+
name: CI
7+
jobs:
8+
tests:
9+
strategy:
10+
matrix:
11+
php-versions: ['8.4']
12+
uses: city-of-helsinki/drupal-gh-actions/.github/workflows/module-tests.yml@main
13+
with:
14+
php_version: ${{ matrix.php-versions }}
15+
secrets:
16+
sonarcloud_token: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)