Skip to content

Bump actions/checkout from 2 to 4 #5

Bump actions/checkout from 2 to 4

Bump actions/checkout from 2 to 4 #5

Workflow file for this run

# This workflow will do a fetch the latest configlet binary and lint this repository.
name: configlet
on:
workflow_dispatch:
push:
branches:
- main
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Fetch configlet
uses: exercism/github-actions/configlet-ci@main
- name: Configlet Linter
run: configlet lint