Skip to content

update example urls to avoid url hijacking #2

update example urls to avoid url hijacking

update example urls to avoid url hijacking #2

Workflow file for this run

name: CI
on:
push:
branches: ['main']
pull_request:
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Install
run: npm install
- name: Lint
run: npx prettier --check .
- name: Test
run: npm test