Skip to content

Merge pull request #11 from ethereum-optimism/11-20-feat_create_deplo… #9

Merge pull request #11 from ethereum-optimism/11-20-feat_create_deplo…

Merge pull request #11 from ethereum-optimism/11-20-feat_create_deplo… #9

Workflow file for this run

name: Main
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
merge_group:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: 'read'
actions: 'read'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup
uses: ./.github/actions/setup
- name: Run Linters
run: |
pnpm nx affected --base=$NX_BASE --head=$NX_HEAD --target=lint
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup
uses: ./.github/actions/setup
- name: Run Tests
run: |
pnpm nx affected --base=$NX_BASE --head=$NX_HEAD --target=test