mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-28 16:06:37 +00:00
15 lines
227 B
YAML
15 lines
227 B
YAML
name: CI
|
|
on:
|
|
pull_request:
|
|
push:
|
|
|
|
jobs:
|
|
hyparquet:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- run: npm i
|
|
- run: npm run lint
|
|
- run: npm run typecheck
|
|
- run: npm test
|