Skip to content

Merge pull request #7 from uzair004/dependabot/npm_and_yarn/multi-4cb… #19

Merge pull request #7 from uzair004/dependabot/npm_and_yarn/multi-4cb…

Merge pull request #7 from uzair004/dependabot/npm_and_yarn/multi-4cb… #19

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