Skip to content

feat: only format when package.json exists #279

feat: only format when package.json exists

feat: only format when package.json exists #279

Workflow file for this run

name: Test
on:
pull_request:
types: [opened, reopened]
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make test
- name: Dry-run the sync
run: |
source ./scripts/sync.sh
install_dependencies_on_ci
configure_git_on_ci
workspace=$(create_workspace)
replicate_all "$workspace" "commit"
env:
GITHUB_TOKEN: ${{ secrets.ORY_BOT_PAT }}