Skip to content

Bump braces from 3.0.2 to 3.0.3 #206

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #206

Workflow file for this run

name: Build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: yarn
- name: Compile assets
run: yarn build
- name: Commit changes
uses: EndBug/add-and-commit@v7
with:
default_author: github_actions