Skip to content

Commit 2960cd3

Browse files
committed
change test
1 parent 465a330 commit 2960cd3

File tree

2 files changed

+16
-26
lines changed

2 files changed

+16
-26
lines changed

.github/workflows/code-quality.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/pull-request.yml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
11
name: CI - Pull Request
22
on:
33
pull_request_target:
4-
pull_request: #TODO: Remove this after testing
5-
6-
4+
75
jobs:
86
code-quality:
9-
uses: ./.github/workflows/code-quality.yml
10-
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
with:
11+
repository: ${{github.event.pull_request.head.repo.full_name}}
12+
ref: ${{ github.head_ref }}
13+
fetch-depth: 0
14+
- uses: subosito/flutter-action@v2
15+
with:
16+
cache: true
17+
- run: dart run build_runner build --delete-conflicting-outputs
18+
- uses: ZebraDevs/[email protected]
19+
with:
20+
token: ${{secrets.GITHUB_TOKEN}}
21+
1122
check-secret:
1223
runs-on: ubuntu-latest
1324
outputs:

0 commit comments

Comments
 (0)