Skip to content

Update dependency cspell to v8 - autoclosed #5

Update dependency cspell to v8 - autoclosed

Update dependency cspell to v8 - autoclosed #5

Workflow file for this run

---
name: Docker Image
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Build the Docker image
run: docker build . -f Dockerfile -t test-the-web:$(date +%s)