Skip to content

Introduce typo checker to pre-commit and fix typos #712

Introduce typo checker to pre-commit and fix typos

Introduce typo checker to pre-commit and fix typos #712

Workflow file for this run

name: test docker build
on:
pull_request:
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Build
uses: docker/build-push-action@v2
with:
context: .
load: true
tags: mambaorg/quetz