1
0
mirror of synced 2024-11-21 20:46:07 +03:00

Fixed GitHub Actions syntax

This commit is contained in:
Kevin Brown 2019-09-10 19:28:41 -04:00
parent f025d675a9
commit 6758bb50b9

View File

@ -3,7 +3,10 @@ name: CI
on: [push, pull_request]
jobs:
build:
tests:
name: "Tests"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 8
uses: actions/setup-node@v1