Skip to content

workflows/test.yml: update action-setup-vim action from 1.2.13 to 1.3.3 #227

workflows/test.yml: update action-setup-vim action from 1.2.13 to 1.3.3

workflows/test.yml: update action-setup-vim action from 1.2.13 to 1.3.3 #227

Workflow file for this run

name: Shellcheck
on:
push:
branches:
- master
pull_request:
branches:
- '*'
jobs:
shellcheck:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Run Shellcheck
run: find . -iname "*.sh" -exec shellcheck "{}" "+"