Skip to content

Commit

Permalink
Add review.yml
Browse files Browse the repository at this point in the history
Change-Id: Ib4d29fb9fae0b73221180be499bf6403c315821f
  • Loading branch information
tbuschto committed Nov 17, 2022
1 parent b3bc7f0 commit bbb3755
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Review

on:
pull_request:
branches: [ "master" ]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- run: npm i grunt-cli -g
- run: npm i
- run: grunt -v

0 comments on commit bbb3755

Please sign in to comment.