Skip to content

build(deps-dev): bump @markdoc/markdoc from 0.5.1 to 0.5.2 (#679) #1272

build(deps-dev): bump @markdoc/markdoc from 0.5.1 to 0.5.2 (#679)

build(deps-dev): bump @markdoc/markdoc from 0.5.1 to 0.5.2 (#679) #1272

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Setup Node
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: "22.x"
cache: npm
- name: Install, Build, and Test Package
run: |
npm install
npm install typescript
npm run build
npm run test
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Code Coverage
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}