Skip to content

Commit

Permalink
Merge branch 'justinxue/phs-49-exhibit-page' of github.com:calbluepri…
Browse files Browse the repository at this point in the history
…nt/phs into justinxue/phs-49-exhibit-page
  • Loading branch information
jxmoose committed Mar 17, 2024
2 parents e754e0b + f80cdb8 commit e9207f7
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,32 +34,32 @@
# # list of changed files within `super-linter`
# fetch-depth: 0

# ################################
# # Install packages #
# ################################
# - name: Install packages
# run: npm ci
# ################################
# # Lint codebase #
# ################################
# - name: Run ESLint
# run: npx lint-staged
# ################################
# # Check Prettier on codebase #
# ################################
# - name: Run Prettier
# run: npx prettier --check .
# ################################
# # Check for TypeScript errors #
# # TODO: Add this back once outstanding issues are resolved by all devs.
# ################################
# # - name: Run TypeScript compiler (tsc) on staged files
# # run: |
# # # Get list of staged TypeScript files
# # files=$(git diff --cached --name-only --diff-filter=d | grep '\.tsx\?$')
################################
# Install packages #
################################
- name: Install packages
run: npm ci
################################
# Lint codebase #
################################
- name: Run ESLint
run: npx lint-staged
################################
# Check Prettier on codebase #
################################
- name: Run Prettier
run: npx prettier --check .
################################
# Check for TypeScript errors #
# TODO: Add this back once outstanding issues are resolved by all devs.
################################
# - name: Run TypeScript compiler (tsc) on staged files
# run: |
# # Get list of staged TypeScript files
# files=$(git diff --cached --name-only --diff-filter=d | grep '\.tsx\?$')

# # # Run tsc on each file
# # for file in $files
# # do
# # npx tsc --noEmit $file || exit 1
# # done
# # Run tsc on each file
# for file in $files
# do
# npx tsc --noEmit $file || exit 1
# done

0 comments on commit e9207f7

Please sign in to comment.