Skip to content

Add post about Whiskey IFM project burning #936

Add post about Whiskey IFM project burning

Add post about Whiskey IFM project burning #936

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/[email protected]
- uses: pre-commit/[email protected]
- name: Set up Node.js 12.x
uses: actions/[email protected]
with:
node-version: 12.x
- run: npm install
- name: Run ESLint
run: npm run lint