Skip to content

build: add shfmt 3.10.0 (nixpkgs/2262165) #12

build: add shfmt 3.10.0 (nixpkgs/2262165)

build: add shfmt 3.10.0 (nixpkgs/2262165) #12

Workflow file for this run

on: push
jobs:
install:
strategy:
matrix:
os:
- macos-13
- macos-14
- macos-15
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- run: ./test.sh
upgrade:
strategy:
matrix:
os:
- macos-13
- macos-14
- macos-15
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
with:
fetch-depth: 2
- run: git checkout HEAD^
- run: ./test.sh
- run: git checkout -
- run: ./test.sh