Commit af7eb0b0 authored by Jun's avatar Jun

add actions

parent e5c279eb
name: icon-automation
on:
push:
branches:
- master
# file paths to consider in the event. Optional; defaults to all.
paths:
- icons.json
jobs:
check_pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: "install"
run: yarn install
- name: "generate"
run: yarn generate
- name: "build"
run: yarn build
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment