Skip to content

Update actions/checkout action to v6 #57

Update actions/checkout action to v6

Update actions/checkout action to v6 #57

Workflow file for this run

name: validate
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: '0'
- name: Build the Docker image
run: docker build .