Thanks to visit codestin.com
Credit goes to github.com

Skip to content

update gpg signing key & git email #92

update gpg signing key & git email

update gpg signing key & git email #92

Workflow file for this run

name: Lint
on:
push:
branches:
- main
jobs:
lint:
name: Run yaml linter
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11.5'
- run: |
cat <<EOT >> .yamllint
extends: default
rules:
document-start: disable
line-length: disable
truthy:
ignore: |
.github/workflows/ci.yml
EOT
- run: pip install yamllint && yamllint .