Skip to content

Bump semver from 5.7.1 to 5.7.2 #185

Bump semver from 5.7.1 to 5.7.2

Bump semver from 5.7.1 to 5.7.2 #185

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