Skip to content

Commit

Permalink
ci: Fix build step in pr action (#136)
Browse files Browse the repository at this point in the history
deps: Update flutter-code-quality to v1.0.6
  • Loading branch information
thelukewalton authored Jul 22, 2024
1 parent cdbd1d1 commit 074e11a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6,653 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/code-quality.yml

This file was deleted.

23 changes: 21 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,30 @@
name: CI - Pull Request
on:
pull_request_target:

# Pull Request Runs on the same branch will be cancelled
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true


jobs:
code-quality:
uses: ./.github/workflows/code-quality.yml

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: ${{github.event.pull_request.head.repo.full_name}}
ref: ${{ github.head_ref }}
fetch-depth: 0
- uses: subosito/flutter-action@v2
with:
cache: true
- run: dart run build_runner build --delete-conflicting-outputs
- uses: ZebraDevs/[email protected]
with:
token: ${{secrets.GITHUB_TOKEN}}

check-secret:
runs-on: ubuntu-latest
outputs:
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,6 @@ $RECYCLE.BIN/
.fvmrc
**/node_modules/
package-lock.json
/appium
/appium
/coverage
/.coverage
Loading

0 comments on commit 074e11a

Please sign in to comment.