Skip to content

Better langugage support (and refactor and update a lot of dependencies) #99

Better langugage support (and refactor and update a lot of dependencies)

Better langugage support (and refactor and update a lot of dependencies) #99

Workflow file for this run

name: Install and build
on:
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
- name: Build dockerfile
run: docker build .