docs: 03-hajung 프로필 업데이트 #78
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: Test Lint On PR | |
on: [pull_request] | |
jobs: | |
lint-test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout 🛎️ | |
uses: actions/checkout@v3 | |
- run: npm install | |
- run: npm run lint | |
# If lint fixes issues, files will be changed. If so, fail the build. | |
- run: git diff --exit-code |