Skip to content

chore: Update 2025 courses db again #69

chore: Update 2025 courses db again

chore: Update 2025 courses db again #69

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 courses-api .