Skip to content

doc(afrim-input): update the code on the readme (#43) #97

doc(afrim-input): update the code on the readme (#43)

doc(afrim-input): update the code on the readme (#43) #97

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches: [main, release-*]
pull_request:
branches: [main, release-*]
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
cache: npm
- name: Install dependencies
run: npm install
- name: Prettier
run: npm run fmt-check
- name: Build
run: |
npm run build-afrim-input
npm run build