Skip to content

Commit

Permalink
[CI] 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
padraignolan committed Sep 27, 2024
1 parent 7c991c1 commit 421ca27
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,20 @@ jobs:
check-format:
name: Check format using flutter format
runs-on: ubuntu-latest
container: cirrusci/flutter:stable
container:
image: ghcr.io/cirruslabs/flutter:latest

steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Check format
run: flutter format -n --set-exit-if-changed .
run: dart format -n --set-exit-if-changed .

lint:
name: Lint
runs-on: ubuntu-latest
container: cirrusci/flutter:stable
container:
image: ghcr.io/cirruslabs/flutter:latest

steps:
- name: Checkout code
Expand All @@ -34,7 +36,8 @@ jobs:
# test:
# name: Test
# runs-on: ubuntu-latest
# container: cirrusci/flutter:stable
# container:
# image: ghcr.io/cirruslabs/flutter:latest
#
# steps:
# - name: Checkout code
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: ">=3.1.3 <4.0.0"

dependencies:
threadable_better_player:
Expand All @@ -24,4 +24,4 @@ dev_dependencies:
flutter:
assets:
- assets/
uses-material-design: true
uses-material-design: true

0 comments on commit 421ca27

Please sign in to comment.