Skip to content

Fix CI execution conditions: pull request + push to main #141

Fix CI execution conditions: pull request + push to main

Fix CI execution conditions: pull request + push to main #141

Workflow file for this run

---
name: Lint
"on":
push:
branches:
- main
pull_request:
branches:
- "*"
workflow_dispatch: {}
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- name: install
uses: asdf-vm/actions/[email protected]
- name: lint.bash
run: scripts/lint.bash
actionlint:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- name: Check workflow files
uses: docker://rhysd/actionlint:1.6.23
with:
args: -color
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
# uses .markdownlint.yml for configuration
- name: markdownlint
uses: DavidAnson/[email protected]
with:
globs: |
.github/**/*.md
*.md
LICENSE
- name: yamllint
uses: ibiqlik/[email protected]
with:
file_or_dir: |
.github/workflows/*.yml
.*.yml
strict: true
config_file: .yamllint.yml