mirror of
https://github.com/asadbek064/hyparquet.git
synced 2026-01-07 03:26:38 +00:00
Github actions
This commit is contained in:
parent
4bd1f09897
commit
bd05faa702
14
.github/workflows/ci.yml
vendored
Normal file
14
.github/workflows/ci.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
name: CI
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
hyllama:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: npm i
|
||||
- run: npm run build
|
||||
- run: npm run lint
|
||||
- run: npm test
|
||||
@ -1,5 +1,8 @@
|
||||
# hyparquet
|
||||
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://github.com/hyparam/hyparquet/actions)
|
||||
|
||||
JavaScript parser for apache parquet files.
|
||||
JavaScript parser for [Apache Parquet](https://parquet.apache.org) files.
|
||||
|
||||
Apache Parquet is an open source, column-oriented data file format designed for efficient data storage and retrieval.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user