Skip to content

ci: update matrix to run gcc 14,15 and aarch64 #410

ci: update matrix to run gcc 14,15 and aarch64

ci: update matrix to run gcc 14,15 and aarch64 #410

Workflow file for this run

name: "lint"
on:
pull_request:
push:
branches:
- master
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -S error