Skip to content

ci(github): upgrade runners from ubuntu-20.04 to ubuntu-22.04 #6

ci(github): upgrade runners from ubuntu-20.04 to ubuntu-22.04

ci(github): upgrade runners from ubuntu-20.04 to ubuntu-22.04 #6

Workflow file for this run

name: Shellcheck
on:
pull_request:
branches:
- main
jobs:
shellcheck:
runs-on: ubuntu-22.04
permissions:
contents: read
actions: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@00b27aa7cb85167568cb48a3838b75f4265f2bca # v2.0.0