mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-06 07:29:42 +00:00
cd: fix secrets not being generated for lint
This commit is contained in:
parent
11949b39ff
commit
d4a2e5c327
9
.github/workflows/pr-lint.yml
vendored
9
.github/workflows/pr-lint.yml
vendored
@ -10,14 +10,19 @@ jobs:
|
|||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: subosito/flutter-action@v2
|
- uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
flutter-version: ${{ env.FLUTTER_VERSION }}
|
flutter-version: ${{ env.FLUTTER_VERSION }}
|
||||||
|
|
||||||
- name: Lint Dart files
|
- name: Configure repo
|
||||||
run: |
|
run: |
|
||||||
flutter pub get
|
flutter pub get
|
||||||
|
echo '${{ secrets.DOTENV_NIGHTLY }}' > .env
|
||||||
|
dart run build_runner build --delete-conflicting-outputs
|
||||||
|
|
||||||
|
- name: Lint Dart files
|
||||||
|
run: |
|
||||||
flutter analyze --no-fatal-infos --no-fatal-warnings
|
flutter analyze --no-fatal-infos --no-fatal-warnings
|
||||||
|
|
||||||
- name: Lint translations & config files
|
- name: Lint translations & config files
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user