Skip to content

chore(deps-dev): bump @pixas/eslint-config from 0.9.0 to 0.12.0 #630

chore(deps-dev): bump @pixas/eslint-config from 0.9.0 to 0.12.0

chore(deps-dev): bump @pixas/eslint-config from 0.9.0 to 0.12.0 #630

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup Node.js environment
uses: actions/setup-node@v2.1.2
with:
check-latest: true
- name: npm install, test and build
run: |
npm ci
npm run build
- name: Codecov
uses: codecov/codecov-action@v1.5.0
env:
CI: true