Add formatting to emojiscraper workflow

This commit is contained in:
Christoph Herb
2024-12-18 23:36:14 +01:00
parent d3ec73f71b
commit bc80b0d05b

View File

@@ -6,7 +6,7 @@ on:
- cron: '0 0 * * 0' # Runs every Sunday at midnight UTC
jobs:
build:
run-emojiscraper:
runs-on: ubuntu-latest
steps:
@@ -21,6 +21,9 @@ jobs:
- name: Run emojiscraper
run: make emojiscraper
- name: Format code
run: make format
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with: