Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

build(deps): bump @actions/github from 5.0.0 to 6.0.0 #214

build(deps): bump @actions/github from 5.0.0 to 6.0.0

build(deps): bump @actions/github from 5.0.0 to 6.0.0 #214

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Install dependencies
run: npm ci
- name: Check formatting
run: npm run format-check
- name: Build
run: npm run build --if-present
- name: Run Tests
run: npm run test-verbose
env:
CI: true
- name: Check source has been packaged
run: npm run package && git diff --quiet