Skip to content

Bump certifi from 2020.12.5 to 2022.12.7 #69

Bump certifi from 2020.12.5 to 2022.12.7

Bump certifi from 2020.12.5 to 2022.12.7 #69

Workflow file for this run

name: Docs
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Node
uses: actions/setup-node@v1
with:
node-version: ${{ env.nodeVersion }}
- name: Install Prettier
run: npm install
- name: Check with Prettier
run: npx prettier --check .