Skip to content

Merge branch 'main' of https://github.com/emirdeliz/rn-calendar #17

Merge branch 'main' of https://github.com/emirdeliz/rn-calendar

Merge branch 'main' of https://github.com/emirdeliz/rn-calendar #17

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