diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml new file mode 100644 index 000000000..ee346276d --- /dev/null +++ b/.github/workflows/review.yml @@ -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