Skip to content

Fix exit-code-threshold help text and reorganize code to match (#1374) #30

Fix exit-code-threshold help text and reorganize code to match (#1374)

Fix exit-code-threshold help text and reorganize code to match (#1374) #30

Workflow file for this run

name: Publish to pub.dev
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+*'
permissions: read-all
jobs:
publish:
permissions:
id-token: write # Required for authentication using OIDC
runs-on: ubuntu-latest
environment: pub-dev
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
- name: Install dependencies
run: dart pub get
- name: Analyze
run: dart analyze
- name: Publish
run: dart pub publish -f