Skip to content

Update @manypkg/* packages to be ESM only #471

Update @manypkg/* packages to be ESM only

Update @manypkg/* packages to be ESM only #471

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set Node.js 22.x
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- name: Install Dependencies
run: yarn
- name: Run Tests
run: yarn test
typescript:
name: TypeScript
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set Node.js 22.x
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'

Check failure on line 36 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 36
- name: Install Dependencies
run: yarn
- name: Check Types
run: yarn tsc
formatting:
name: Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set Node.js 22.x
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- name: Install Dependencies
run: yarn
- name: Check Formatting
run: yarn format:check
knip:
name: Knip
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set Node.js 22.x
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- name: Install Dependencies
run: yarn
- name: Check Knip
run: yarn knip