Skip to content

Commit

Permalink
ci: lint 커맨드 임시 비활성화 (#ATR-605)
Browse files Browse the repository at this point in the history
  • Loading branch information
LC-02s committed Sep 24, 2024
1 parent 713f837 commit f102f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
command: ['lint', 'build', 'type']
command: ['build', 'type']

steps:
- name: Checkout
Expand Down

0 comments on commit f102f4d

Please sign in to comment.