Skip to content

blog: DevTool Founders by London90 #4

blog: DevTool Founders by London90

blog: DevTool Founders by London90 #4

Workflow file for this run

name: PR Checks
on:
pull_request:
branches:
- main
jobs:
deploy-preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-project