Skip to content

feat: Updated the version to 1.0.4 #18

feat: Updated the version to 1.0.4

feat: Updated the version to 1.0.4 #18

Workflow file for this run

name: Test
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
submodules: recursive
- uses: ./.github/actions
- run: yarn test:ci