Skip to content

Bump braces from 3.0.2 to 3.0.3 (#74) #112

Bump braces from 3.0.2 to 3.0.3 (#74)

Bump braces from 3.0.2 to 3.0.3 (#74) #112

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: npm install and build
run: |
npm ci
npm run build
- name: Approve Pull Request
uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
number: 1