Skip to content

Update typescript model #1

Update typescript model

Update typescript model #1

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
container:
image: alpine:latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Package installation
run: apk add --no-cache git python3 py3-pip && pip3 install tox
- name: Tox call tests
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
tox -v