Skip to content

Commit

Permalink
Working directory lint-test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Xithrius committed Aug 27, 2023
1 parent 3e48162 commit 5a2a4fe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,20 @@ jobs:
lint-test:
runs-on: ubuntu-latest

strategy:
matrix:
directory: ['api', 'xythrion']

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set working directory
working-directory: ${{ matrix.directory }}

- name: pwd and ls
run: pwd && ls -al

- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 5a2a4fe

Please sign in to comment.