Skip to content

Bump decode-uri-component from 0.2.0 to 0.2.2 #10

Bump decode-uri-component from 0.2.0 to 0.2.2

Bump decode-uri-component from 0.2.0 to 0.2.2 #10

Workflow file for this run

name: Validate Code Practice
on:
push:
branches:
- main
- master
pull_request:
branches:
- '*'
types:
- opened
- reopened
- synchronize
jobs:
code-validator:
runs-on: ubuntu-latest
steps:
- name: Checks out code
uses: actions/checkout@v3
- name: Install Dependencies
run: npm install
- name: Run Prettier
run: npm run prettier
- name: Run lint
run: npm run lint