Skip to content

Generate vim syntax based on the documentation #94

Generate vim syntax based on the documentation

Generate vim syntax based on the documentation #94

Workflow file for this run

name: Docker
on: [push]
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- run: docker build . -t halfgaar/flashmq
- run: docker run halfgaar/flashmq /bin/flashmq --version