Skip to content

Upgrade GitHub Actions to use version 4 for upload and download artifacts #242

Upgrade GitHub Actions to use version 4 for upload and download artifacts

Upgrade GitHub Actions to use version 4 for upload and download artifacts #242

Workflow file for this run

on: [push, pull_request]
name: 'Shellcheck'
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master