[png] generate PNGs #142
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: Test SVGs | |
# Triggers the workflow on push / pull request events, and on manual trigger | |
on: [push, pull_request, workflow_dispatch] | |
jobs: | |
Test-SVGs: | |
runs-on: ubuntu-latest | |
steps: | |
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | |
- uses: actions/checkout@v2 | |
- name: Check SVG validity | |
run: | | |
set -e | |
bash ./checkEmojis.sh |