Skip to content

Bump knip from 5.30.2 to 5.30.5 #19

Bump knip from 5.30.2 to 5.30.5

Bump knip from 5.30.2 to 5.30.5 #19

Workflow file for this run

name: Docker Image CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
- name: Prepare .env
run: cp .env.example .env.production
- name: Build the Docker image
run: make prod-docker-build