Skip to content

Disable opcode suggestion on paste #7

Disable opcode suggestion on paste

Disable opcode suggestion on paste #7

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn lint
- run: yarn build
- run: yarn test