Skip to content

Bump actions/checkout from 3 to 4 (#5) #26

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

Bump actions/checkout from 3 to 4 (#5) #26

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
version:
description: 'Version of Auto to install (latest by default)'
required: false
defaults:
run:
shell: bash
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Install Auto
uses: ./
- run: auto --version