Skip to content

Bump actions/checkout from 3 to 4 (#108) #21

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

Bump actions/checkout from 3 to 4 (#108) #21

Workflow file for this run

name: CI
on: push
jobs:
provisioning:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Apply dotfiles
run: sh -c "$(curl -fsLS chezmoi.io/get)" -- apply --source .
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ludeeus/action-shellcheck@2.0.0
with:
ignore_paths: private_zsh