Skip to content

Convert appconfig to sdk #1349

Convert appconfig to sdk

Convert appconfig to sdk #1349

Workflow file for this run

# https://turbo.build/repo/docs/ci/github-actions
name: Test
on: [pull_request]
jobs:
lint:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"
- name: Install yarn
run: npm install -g yarn
- name: Install dependencies
run: yarn
# - name: Install Foundry
# uses: foundry-rs/foundry-toolchain@v1
- name: Run tests
run: yarn test