Skip to content

chore: Escape placeholders in transform action and simplify preview c… #112

chore: Escape placeholders in transform action and simplify preview c…

chore: Escape placeholders in transform action and simplify preview c… #112

Workflow file for this run

---
name: Quality check
on:
push:
pull_request_target:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Spell Check
# https://github.com/crate-ci/typos
uses: crate-ci/typos@master
- name: Shell and shfmt Check
# https://github.com/luizm/action-sh-checker
uses: luizm/action-sh-checker@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SHFMT_OPTS: --simplify --indent 0 --case-indent
with:
sh_checker_comment: true