Skip to content

Commit

Permalink
use login shell for lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsKue committed Jun 21, 2024
1 parent 83d09e9 commit aca3d7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}

steps:
- name: Checkout code
Expand Down

0 comments on commit aca3d7a

Please sign in to comment.