Skip to content

docs: add JoshuaKGoldberg as a contributor for review, and tool (#440) #1009

docs: add JoshuaKGoldberg as a contributor for review, and tool (#440)

docs: add JoshuaKGoldberg as a contributor for review, and tool (#440) #1009

Workflow file for this run

name: "πŸ§ͺ test"
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: "πŸ§ͺ test"
runs-on: ubuntu-latest
steps:
- name: "πŸ“š checkout"
uses: actions/checkout@v4
- name: "🟒 node"
uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- name: "πŸ“¦ install"
run: npm ci
- name: "🟦 types"
run: npm run typecheck
- name: "πŸ§ͺ test"
run: npm run test
- name: "β˜‚οΈ coverage"
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}