Skip to content

Commit

Permalink
beloved lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mlee03 authored and mlee03 committed Jul 2, 2024
1 parent ee700a2 commit 01c8e26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Lint"
on:
pull_request:
pull_request:

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: external trigger Remove existing component in pace/develop
if: ${{ inputs.component_trigger }}
run: rm -rf ${GITHUB_WORKSPACE}/pace/${{inputs.component_name}}

- name: Checkout out hash that triggered CI
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 01c8e26

Please sign in to comment.