Skip to content

chore: add .gitignore #22

chore: add .gitignore

chore: add .gitignore #22

Workflow file for this run

on:
push:
branches:
- main
- development
pull_request:
branches:
- main
jobs:
test-install:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: ./
- run: flutter --version
- run: dart pub global activate git_helper && git_helper -h