Skip to content

doc: update version in README #10

doc: update version in README

doc: update version in README #10

Workflow file for this run

name: bash-checks
on:
pull_request:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Lint
run: docker-compose run --rm lint
- name: Test
run: docker-compose run --rm tests