refactor(sections, lint): Changing the sections to remove duplicate code and include all content in the page.tsx #11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull Request Checks | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
quality: | |
uses: ./.github/workflows/code-quality.yml |