Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
adityaNth committed Nov 26, 2024
1 parent 1aa76ce commit 9d75b9d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
push:
branches:
- main
- ci_cd_pitchlake
-ci_cd_pitchlake
pull_request:
branches:
- main

jobs:
main:
ci-checks:
runs-on: ubuntu-latest

steps:
Expand All @@ -21,19 +21,13 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18'
# cache: 'pnpm'

- name: Setup pnpm
run: npm install -g [email protected]

- name: Install dependencies with pnpm
run: pnpm install

# - name: Check formatting with Prettier
# run: pnpm prettier --check .
# env:
# CI: true

- name: Lint code with ESLint
run: pnpm lint
env:
Expand Down

0 comments on commit 9d75b9d

Please sign in to comment.