Skip to content

feat(tests): run tests #1

feat(tests): run tests

feat(tests): run tests #1

Workflow file for this run

name: Checks
on:
pull_request:
branches:
- main
concurrency:
# Support push/pr as event types with different behaviors each:
# 1. push: queue up builds
# 2. pr: only allow one run per PR
group: ${{ github.workflow }}-${{ github.event.type }}${{ github.event.pull_request.number }}
# If there is already a workflow running for the same pull request, cancel it
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
build:
steps:

Check failure on line 18 in .github/workflows/pr_checks.yml

View workflow run for this annotation

GitHub Actions / Checks

Invalid workflow file

The workflow is not valid. .github/workflows/pr_checks.yml (Line: 18, Col: 5): Required property is missing: runs-on .github/workflows/pr_checks.yml (Line: 25, Col: 5): Required property is missing: runs-on
- uses: actions/checkout@v3
with:
repository: WalletConnect/web3modal
ref: V3
ui_tests:
steps:
- uses: actions/checkout@v3
with:
repository: WalletConnect/web3modal
ref: V3