mirror of
https://github.com/mastodon/chart
synced 2025-05-18 21:13:21 +00:00
changing working dir for lint job
This commit is contained in:
parent
a26144772c
commit
6121d46cb5
3
.github/workflows/test-chart.yml
vendored
3
.github/workflows/test-chart.yml
vendored
|
@ -23,6 +23,9 @@ permissions:
|
||||||
jobs:
|
jobs:
|
||||||
lint-templates:
|
lint-templates:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
working-directory: charts/mastodon
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user