Skip to content

ci: separate release-it and pub.dev publish to comply with dev.pub settings #146

ci: separate release-it and pub.dev publish to comply with dev.pub settings

ci: separate release-it and pub.dev publish to comply with dev.pub settings #146

Workflow file for this run

name: lint
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
lint_dart:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Flutter
uses: ./.github/actions/flutter-setup
- run: flutter analyze