Skip to content

Bump version

Bump version #56

Workflow file for this run

---
# yamllint disable rule:truthy
name: 'Lint'
on:
pull_request:
branches: ["main"]
push:
branches: ["main"]
jobs:
yamllint:
runs-on: ubuntu-latest
name: YAMLLint
steps:
- name: Check out the repository
uses: actions/checkout@v3
- name: Run YAMLLint
uses: frenck/[email protected]
shellcheck:
runs-on: ubuntu-latest
name: ShellCheck
steps:
- name: Check out the repository
uses: actions/checkout@v3
- name: Run linter
uses: ludeeus/[email protected]
env:
SHELLCHECK_OPTS: -s bash