Skip to content

Added workflow to update asdf tools #54

Added workflow to update asdf tools

Added workflow to update asdf tools #54

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
actionlint:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run ActionLint
uses: reviewdog/action-actionlint@v1
shellcheck:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
ignore_paths: ./zsh/zshrc ./zsh/p10k.zsh
env:
SHELLCHECK_OPTS: -e SC1071 -e SC1091
markdownlint:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run MarkdownLint
uses: reviewdog/action-markdownlint@v0
with:
reporter: github-pr-review
hadolint:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Hadolint
uses: reviewdog/action-hadolint@v1
with:
reporter: github-pr-review