Skip to content

fix: String literal issue fixed #42

fix: String literal issue fixed

fix: String literal issue fixed #42

Workflow file for this run

name: Development - Pull Request
on:
pull_request:
branches:
- '**'
jobs:
lint-format:
name: Linting Checks
uses: ./.github/workflows/lint.yml
build:
needs: lint-format
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build Docker container
run: |
docker buildx build \
--file=Dockerfile -t duckbot .