Skip to content

feat: Remove deprecated articles #151

feat: Remove deprecated articles

feat: Remove deprecated articles #151

Workflow file for this run

name: Run awesome lint
on:
push:
# Run against main branch only.
branches: [main]
pull_request:
# Include events emitted on code change only.
types: [opened, synchronize]
jobs:
awesome-lint-workflow:
runs-on: ubuntu-latest
name: Linting with awesome-lint
steps:
- name: Check out repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js 10.x
uses: actions/setup-node@v1
with:
node-version: 10.x
- run: npm install
- run: npx awesome-lint