Skip to content

update golang version #68

update golang version

update golang version #68

Workflow file for this run

name: YAML Linting
on:
push:
paths-ignore:
- "*.md"
- "LICENSE"
- "NOTICE"
pull_request:
paths-ignore:
- "*.md"
- "LICENSE"
- "NOTICE"
workflow_dispatch:
jobs:
YAML-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: YAML Lint
uses: ibiqlik/[email protected]
with:
config_data: |
extends: relaxed
rules:
# new-line-at-end-of-file:
# level: warning
trailing-spaces: disable
line-length: disable
new-lines:
level: warning