Skip to content

[G2M] fix - Make US site optional #1

[G2M] fix - Make US site optional

[G2M] fix - Make US site optional #1

Workflow file for this run

name: Main PR and push
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set Node.js version
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn install
- run: yarn lint