Skip to content

Feat: fixTableCellAlign option #66

Feat: fixTableCellAlign option

Feat: fixTableCellAlign option #66

Workflow file for this run

name: main
on:
- pull_request
- push
jobs:
main:
name: ${{matrix.node}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dcodeIO/setup-node-nvm@master
with:
node-version: ${{matrix.node}}
- run: npm install
- run: npm test
- uses: codecov/codecov-action@v1
strategy:
matrix:
node:
- lts/fermium
- node