feat: add index file #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Automatic issue responses | |
on: | |
push: | |
branches: | |
- feat/auto-generate-icon | |
jobs: | |
build: | |
name: Build iconmoon | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Check out Git repository | |
uses: actions/checkout@v3 | |
- name: npm install | |
run: npm install | |
- name: npm start | |
run: npm start |