Skip to content

Deprecated linting settings removed #32

Deprecated linting settings removed

Deprecated linting settings removed #32

Workflow file for this run

name: Docker Image CI
on:
pull_request:
branches: [ "main" ]
# Allow mannually trigger
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Codespaces container image
run: docker build . --file .devcontainer/Dockerfile