Skip to content

Add GitHub Copilot instructions (#111) #25

Add GitHub Copilot instructions (#111)

Add GitHub Copilot instructions (#111) #25

Workflow file for this run

name: Static Analysis
on:
pull_request:
push:
branches:
- main
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1
- run: dart pub global activate dpk
- run: dpk get
- name: Generate code in example
run: (cd packages/luthor_generator/example && dart run build_runner build -d)
- run: dpk run analyze