Skip to content

remove unneded prettier rule #23

remove unneded prettier rule

remove unneded prettier rule #23

Workflow file for this run

---
name: Docker Image
on:
push:
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)