Skip to content

Update actions/checkout action to v4.2.2 #63

Update actions/checkout action to v4.2.2

Update actions/checkout action to v4.2.2 #63

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Install asdf dependencies
uses: asdf-vm/actions/[email protected]
- name: Run ShellCheck
run: scripts/shellcheck.bash
- name: Run shfmt
run: scripts/shfmt.bash
integration-test:
needs: lint
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: Setup JDK
uses: actions/[email protected]
with:
distribution: 'zulu'
java-version: '11'
- name: Test integration with asdf
uses: asdf-vm/actions/[email protected]
with:
command: aaw version