1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-09-01 19:52:38 +02:00

Add CI workflow with awesome-lint.

This commit is contained in:
Sven Dahlstrand
2019-10-11 23:50:23 +02:00
parent 08556c1cc8
commit 81fab58180

20
.github/workflows/ci.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: Continuous Integration
on: [push]
jobs:
awesome-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v1
- name: Setup Node.js
uses: actions/setup-node@v1
- name: Install awesome-lint
run: npm install --global awesome-lint
- name: Run awesome-lint
run: awesome-lint