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:
20
.github/workflows/ci.yml
vendored
Normal file
20
.github/workflows/ci.yml
vendored
Normal 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
|
Reference in New Issue
Block a user