8000 Allow to skip lines from beginning · d99kris/rapidcsv@9862f1e · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Allow to skip lines from beginning #153

Allow to skip lines from beginning

Allow to skip lines from beginning #153

Workflow file for this run

name: Linux
on:
pull_request:
push:
branches:
- master
- main
- dev/*
jobs:
linux-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Build Linux
run: ./make.sh all
0