Skip to content

Remove atoi milestone, point atoi to rms, @iota/sdk #202

Remove atoi milestone, point atoi to rms, @iota/sdk

Remove atoi milestone, point atoi to rms, @iota/sdk #202

name: Lib | lint & test
on:
pull_request:
paths:
- packages/lib/**
jobs:
soon_lib:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
# - name: Collect Workflow Telemetry
# uses: runforesight/foresight-workflow-kit-action@v1
# if: ${{ always() }}
# with:
# api_key: ${{ secrets.FORESIGHT_KEY }}
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Dependencies
run: npm run build:lib
- name: Prettier
run: npm run prettier:lib
- name: Lint
run: cd packages/lib && npm run lint
- name: Test
run: cd packages/lib && npm run test