1
0
mirror of https://github.com/ikatyang/emoji-cheat-sheet.git synced 2024-11-26 04:13:51 +01:00
emoji-cheat-sheet/.github/workflows/lint.byml
David Allen Arteaga 60bb58e197
constructor Instruction
ci : descriptions
2021-08-09 23:25:41 -04:00

27 lines
423 B
Plaintext

name: Lint
on:
- push
- pull_request
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2-beta
with:
node-version: "12"
- name: Install git@github.com:ikatyang/emoji-cheat-sheet.git
run: yarn
- name: Lint
run: yarn lint