Skip to content

feat(import-app): fix bugs with flows #35

feat(import-app): fix bugs with flows

feat(import-app): fix bugs with flows #35

Workflow file for this run

name: CI
on:
push:
branches: ['main']
pull_request:
types: [opened, synchronize, reopened]
jobs:
lint:
name: 💄 Prettier
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v3
- uses: actionsx/prettier@v3
with:
# prettier CLI arguments.
args: --check .