Skip to content

⬆️ Bump peaceiris/actions-gh-pages from 3 to 4 #10

⬆️ Bump peaceiris/actions-gh-pages from 3 to 4

⬆️ Bump peaceiris/actions-gh-pages from 3 to 4 #10

Workflow file for this run

name: Check Markdown and Examples
on: [push, pull_request]
jobs:
deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
steps:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
cache: npm
- uses: actions/checkout@v2
- run: |
npm install
npm test