Skip to content

node-build-update-defs 2.11.1 #41

node-build-update-defs 2.11.1

node-build-update-defs 2.11.1 #41

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
lint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: brew audit --strict Formula/*
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: brew install Formula/*
- run: brew test Formula/*