Skip to content

build(deps): bump actions/checkout from 4.2.2 to 5.0.0 #164

build(deps): bump actions/checkout from 4.2.2 to 5.0.0

build(deps): bump actions/checkout from 4.2.2 to 5.0.0 #164

Workflow file for this run

name: Dotfiles CI
on: [push]
jobs:
tests:
name: Run test suite
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
dockerfile: [Dockerfile, Dockerfile.arch]
steps:
- uses: actions/[email protected]
# Run the tests
- name: Run tests (${{ matrix.dockerfile }})
env:
DOCKERFILE: ${{ matrix.dockerfile }}
run: ./script/test