This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
Merge pull request #23 from axoflow/k8s-fields #36
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: AxoSyslog Collector | |
on: | |
push: | |
pull_request: | |
defaults: | |
run: | |
working-directory: charts/axosyslog-collector | |
jobs: | |
axosyslog-collector: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout source | |
uses: actions/checkout@v3 | |
- name: Linter | |
run: | | |
docker run -v${PWD}:${PWD} alpine/helm lint ${PWD} |