Skip to content

Commit

Permalink
fix: github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ArvinCS committed Sep 24, 2023
1 parent e9ab9fd commit 95fb5da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ on:
jobs:
create_env:
name: 'Create env file'
run: |
echo "${{ secrets.ENV_FILE }}" > .env
runs-on: ubuntu-latest
steps:
- run: |
echo "${{ secrets.ENV_FILE }}" > .env
flutter_analyze:
name: Run flutter analyze
runs-on: ubuntu-latest
Expand Down

0 comments on commit 95fb5da

Please sign in to comment.