Add formatting to emojiscraper workflow
This commit is contained in:
5
.github/workflows/emojiscraper.yml
vendored
5
.github/workflows/emojiscraper.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user