Skip to content

Updated the lints for Flutter 3.19 and metrics 5.7.6 (#20) #15

Updated the lints for Flutter 3.19 and metrics 5.7.6 (#20)

Updated the lints for Flutter 3.19 and metrics 5.7.6 (#20) #15

Workflow file for this run

name: Publish lint_quido to pub.dev
on:
push:
branches:
- main
jobs:
publishing:
runs-on: ubuntu-latest
environment: 'pub creds'
steps:
- name: 'Checkout'
uses: actions/checkout@main # required!
- name: 'Publishing'
uses: k-paxian/dart-package-publisher@master
with:
flutter: true
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}