Skip to content

Commit

Permalink
Combine: Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte2036 authored Mar 25, 2021
1 parent e48c46b commit d13c6f9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: lint check
name: gh-pages and lint check

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
lint:
Expand All @@ -24,3 +22,10 @@ jobs:
run: flutter pub get
- name: flutter analyze
run: flutter analyze

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- uses: erickzanardo/flutter-gh-pages@v3

0 comments on commit d13c6f9

Please sign in to comment.