Skip to content

Commit

Permalink
Update linting.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
korih authored Sep 28, 2024
1 parent c864769 commit 1bd4916
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ jobs:

- name: Sparse checkout specific folder
run: |
# Initialize sparse checkout
git config core.sparseCheckout true
# Specify the folder to checkout
echo "workspace_cpp/ros2/src/node-test/" >> .git/info/sparse-checkout
# Pull the specific folder from the main branch
echo "workspace_cpp/ros2_ws/src/node_test/" >> .git/info/sparse-checkout
git checkout main
- name: Setup Node.js
Expand Down

0 comments on commit 1bd4916

Please sign in to comment.