Skip to content

Feature-Resume display and download #606

Feature-Resume display and download

Feature-Resume display and download #606

Workflow file for this run

name: Check Format
on:
push:
pull_request:
branches:
- master
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
persist-credentials: false
- uses: actions/[email protected]
with:
node-version: 18.x
- name: Install 🔧 # Install dependencies
run: |
npm install
- name: Check Format
run: |
npm run check-format