Skip to content

[ci] fix ci workflow #2

[ci] fix ci workflow

[ci] fix ci workflow #2

Workflow file for this run

name: ci
on:
pull_request:
branches:
- master
jobs:
linting:
name: Lint Shell Scripts and Workflows
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
scandir: './scripts'
env:
SHELLCHECK_OPTS: -e SC2016 -e SC1090
- name: Run actionlint
uses: raven-actions/actionlint@v1
- uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .
- uses: ludvighz/vint-action@v1
with:
path: xdg_config/vim/vimrc