Skip to content

initial implementation #1

initial implementation

initial implementation #1

Workflow file for this run

name: push
on: [push]
jobs:
test:
# Run the tests in every case
uses: ./.github/workflows/test.yml
lint:
# Run the tests in every case
uses: ./.github/workflows/lint.yml