Skip to content

(fix) CRLF bug in values.yaml reading; view Issue #543 #874

(fix) CRLF bug in values.yaml reading; view Issue #543

(fix) CRLF bug in values.yaml reading; view Issue #543 #874

Workflow file for this run

name: website
on:
push:
paths:
- "website/**"
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: website-lint
run: |
make website-lint