Skip to content

add gaddam1987 as a contributor for code #495

add gaddam1987 as a contributor for code

add gaddam1987 as a contributor for code #495

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- master
- main
jobs:
lint:
name: Lint
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
cache: yarn
node-version: '16'
- name: Installation
run: yarn
- name: Check immutable yarn.lock
run: git diff --exit-code
- name: Lint
run: yarn lint:ci
- name: Prettier Code
run: yarn format:diff
# git