Skip to content

Commit

Permalink
Set working directory to elasticlib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold872 committed Nov 23, 2024
1 parent 3017327 commit 6e913fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/elasticlib-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
run: |
git checkout -b pr
git branch -f main origin/main
cd elasticlib
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
Expand All @@ -26,9 +25,12 @@ jobs:
run: pip3 install wpiformat==2024.44
- name: Format Java
run: wpiformat -f Elastic.java
working-directory: ./elasticlib
- name: Format C++
run: wpiformat -f elasticlib.h
working-directory: ./elasticlib
- name: Format Python
run: wpiformat -f elasticlib.py
working-directory: ./elasticlib
- name: Check output
run: git --no-pager diff --exit-code HEAD

0 comments on commit 6e913fa

Please sign in to comment.