Skip to content

Bump actions/checkout from 4 to 5 (#152) #65

Bump actions/checkout from 4 to 5 (#152)

Bump actions/checkout from 4 to 5 (#152) #65

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
permissions:
contents: read
jobs:
functional-test:
runs-on: ubuntu-22.04
container:
image: heroku/heroku:${{ matrix.stack_number }}-build
options: --user root
strategy:
matrix:
stack_number: ["22", "24"]
env:
STACK: heroku-${{ matrix.stack_number }}
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Functional tests on heroku:${{ matrix.stack_number }}-build
run: test/run
shell-lint:
runs-on: ubuntu-22.04
container:
image: koalaman/shellcheck-alpine:v0.9.0
steps:
- uses: actions/checkout@v5
- name: shellcheck
run: shellcheck -x bin/compile bin/detect bin/release bin/report