1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-30 17:50:35 +02:00

Added files to upgrade devicon.json and a simple github workflow

This commit is contained in:
Thomas Bui
2020-08-16 17:51:20 -07:00
parent 864e08afec
commit effdb962bd
8 changed files with 216 additions and 1490 deletions

12
.github/workflows/build_icons.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: Build Icons
on: push
jobs:
build:
name: Get Fonts From Icomoon
runs-on: windows-2019
steps:
- name: Hello World
uses: actions/hello-world-javascript-action@v1
with:
who-to-greet: 'Mona the Octocat'