Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

chore: update version to 0.1.0 #12

chore: update version to 0.1.0

chore: update version to 0.1.0 #12

Workflow file for this run

name: bloc_lint
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.1'
channel: 'stable'
- name: Get dependencies
run: flutter pub get
- name: Test lint rules
run: cd example && dart run custom_lint && cd ..