Skip to content

Commit

Permalink
Merge pull request #366 from Harry-Hopkinson/Verify-Gifs-Filename-Linter
Browse files Browse the repository at this point in the history
Verify Gifs Filename Linter
  • Loading branch information
tonybaloney authored Jan 15, 2023
2 parents 97346ff + 3c281cc commit 9f9f701
Show file tree
Hide file tree
Showing 5 changed files with 354 additions and 222 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/gifs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Verify Gifs Filename

on:
push:
branches: [master]
pull_request:
branches: [master]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Verify Gifs Filename
run: |
npm install
npm run compile:test
npm run test:gifs
Loading

0 comments on commit 9f9f701

Please sign in to comment.