Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

chore: Bring acvm_js package into the workspace #31

chore: Bring acvm_js package into the workspace

chore: Bring acvm_js package into the workspace #31

Workflow file for this run

name: Typescript
on: [push, pull_request]
# This will cancel previous runs when a branch or PR is updated
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}
cancel-in-progress: true
jobs:
eslint:
name: Eslint
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install dependencies
uses: ./.github/actions/setup
with:
working-directory: ./acvm_js
- name: Run eslint
working-directory: ./acvm_js
run: yarn lint