Skip to content

Pr no more connect

Pr no more connect #9

Workflow file for this run

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