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:
12
.github/workflows/build_icons.yml
vendored
Normal file
12
.github/workflows/build_icons.yml
vendored
Normal 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'
|
Reference in New Issue
Block a user