Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Pierre Slamich
2023-05-31 22:13:01 +0200
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
GitHub
2023-05-31 22:13:01 +0200
Commit
cf90fa4feebad0d5c2115f7c475bc4faeaec5352
cf90fa4f
2 parents
a242b1f9
5fcc2ff4
Merge branch 'master' into dependabot/gradle/example/android/com.android.tools.build-gradle-8.0.2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
.github/workflows/flutter.yml
.github/workflows/release-please.yml
.github/workflows/flutter.yml
View file @
cf90fa4
...
...
@@ -37,4 +37,4 @@ jobs:
with
:
cache
:
true
-
name
:
Format
run
:
flutter
format -n --set-exit-if-changed .
run
:
dart
format -n --set-exit-if-changed .
...
...
.github/workflows/release-please.yml
View file @
cf90fa4
...
...
@@ -7,7 +7,7 @@
release-please
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
GoogleCloudPlatform/release-please-action@v3.7.
8
-
uses
:
GoogleCloudPlatform/release-please-action@v3.7.
9
with
:
token
:
${{ secrets.GITHUB_TOKEN }}
release-type
:
simple
...
...
Please
register
or
login
to post a comment