Skip to content

Addition of danger

Addition of danger #93

Workflow file for this run

name: Check and test the source code
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup flutter
uses: subosito/[email protected]
with:
flutter-version: '3.24.5'
- name: setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.6
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
bundle exec fastlane review