Skip to content

Update/go 1.30.8

Update/go 1.30.8 #97

Workflow file for this run

---
name: ci
on:
push:
branches:
- main
pull_request:
jobs:
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: yaml-lint
uses: ibiqlik/action-yamllint@v1
with:
config_file: .ci/yamllint.yml
strict: true