Skip to content

chore(deps): update actions/checkout action to v5 - autoclosed #734

chore(deps): update actions/checkout action to v5 - autoclosed

chore(deps): update actions/checkout action to v5 - autoclosed #734

Workflow file for this run

name: Test Build
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
test-build:
name: Run build check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build Docker image
run: docker build -t image-test .