Skip to content

ci: Add reusable setup action and copilot-setup-steps.yml workflow #30

ci: Add reusable setup action and copilot-setup-steps.yml workflow

ci: Add reusable setup action and copilot-setup-steps.yml workflow #30

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