Skip to content

chore: bump version to 1.0.7 in pubspec.yaml #5

chore: bump version to 1.0.7 in pubspec.yaml

chore: bump version to 1.0.7 in pubspec.yaml #5

Workflow file for this run

name: "Checks"
on:
pull_request:
branches: [ main ]
types: [ opened, synchronize, reopened ]
jobs:
lint-dart:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Flutter
uses: flutter-actions/setup-flutter@v4
with:
channel: stable
version: 3.41.4
cache: true
cache-sdk: true
cache-key: ${{ runner.os }}-flutter-${{ hashFiles('pubspec.yaml') }}
- name: Install dependencies
run: flutter pub get
- name: Run checks
run: flutter analyze
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: ./.github/actions/changelog
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
post-comment: true