frog_emojis/.github/workflows/main.yml

18 lines
419 B
YAML
Raw Permalink Normal View History

name: Test SVGs
2022-02-04 13:49:56 +00:00
2022-02-05 08:57:43 +00:00
# Triggers the workflow on push / pull request events, and on manual trigger
on: [push, pull_request, workflow_dispatch]
2022-02-04 13:49:56 +00:00
jobs:
2022-02-04 14:15:12 +00:00
Test-SVGs:
2022-02-04 13:49:56 +00:00
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
2022-02-04 14:09:27 +00:00
- name: Check SVG validity
2022-02-04 13:49:56 +00:00
run: |
2022-03-01 13:16:39 +00:00
set -e
bash ./checkEmojis.sh