Skip to content

⬆️ Bump flutter_lints from 4.0.0 to 5.0.0 #37

⬆️ Bump flutter_lints from 4.0.0 to 5.0.0

⬆️ Bump flutter_lints from 4.0.0 to 5.0.0 #37

Workflow file for this run

name: Publishable
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
publish_dry_run:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Publish dry run
uses: k-paxian/dart-package-publisher@master
with:
credentialJson: ${{ secrets.CREDENTIAL_JSON }}
flutter: true
dryRunOnly: true