Skip to content

Commit

Permalink
Update lint-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xhilmi authored Aug 3, 2024
1 parent 8d46bc8 commit cbf0093
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linting and Testing
name: ArtifactHub Lint and Test
on:
push:
branches: "*"
Expand All @@ -9,14 +9,14 @@ permissions:
contents: read

jobs:
linter-artifacthub:
lint-test:
runs-on: ubuntu-latest
container:
image: public.ecr.aws/artifacthub/ah:v1.14.0
image: artifacthub/ah
options: --user 1001
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Checkout code
uses: actions/checkout@master
- name: Run ah lint
working-directory: ./charts/alucard
run: ah lint

0 comments on commit cbf0093

Please sign in to comment.