Skip to content

chore(slack_cli): update to 0.2.0 #61

chore(slack_cli): update to 0.2.0

chore(slack_cli): update to 0.2.0 #61

Workflow file for this run

name: Build and generate changelog
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
defaults:
run:
working-directory: changelog_cli
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- name: Install dependencies
run: dart pub get
- name: Activate the changelog_cli
run: dart pub global activate --source=path .
- name: Analyze project source
run: dart analyze
- name: Run tests
run: dart test
- name: Generate the changelog
run: changelog_cli generate