Skip to content

Merge pull request #77 from vghn/renovate/actions-checkout-4.x #99

Merge pull request #77 from vghn/renovate/actions-checkout-4.x

Merge pull request #77 from vghn/renovate/actions-checkout-4.x #99

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.3.0
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@1.1.0