Skip to content

chore: remove redundant CODE_OF_CONDUCT.md #32

chore: remove redundant CODE_OF_CONDUCT.md

chore: remove redundant CODE_OF_CONDUCT.md #32

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # tag: v3.5.0
- name: Use Node.js 18.x
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag: v3.6.0
with:
node-version: 18.x
- name: yarn install, build, and test
run: |
yarn install
yarn build
yarn test