Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdmaclean committed Mar 27, 2023
1 parent 29f09be commit f30f0bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: CI
name: Lint Awesome Feature Management

# Controls when the workflow will run
on:
Expand Down Expand Up @@ -28,6 +28,6 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- run: npm install --global awesome-lint
- run: awesome-lint

0 comments on commit f30f0bb

Please sign in to comment.