Skip to content

Update v6 README.md (#1384) #2026

Update v6 README.md (#1384)

Update v6 README.md (#1384) #2026

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
env:
HUSKY: '0'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn lint --fix
- run: yarn prettier
- run: yarn build
- name: correct vercel/ncc crlf output
run: sed -i 's/\x0D$//' ./dist/index.js
- name: check for unstaged files
if: ${{ github.actor != 'dependabot[bot]' }}
run: .github/no-unstaged-files.sh