Merge tag 'v1.6.18' #1
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
<<<<<<< HEAD | ||
# This is a dummy workflow that's just here to add a bit of organization to the workflow list. | ||
# Too bad they don't allow you to hide workflows or something. | ||
name: " 🚫 |----- Reusable Worfklows Below" | ||
on: | ||
workflow_call: | ||
jobs: | ||
nothing: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
||||||| 3ff18b8 | ||
======= | ||
# This is a dummy workflow that's just here to add a bit of organization to the workflow list. | ||
# Too bad they don't allow you to hide workflows or something. | ||
name: " 🚫 |----- Reusable Worfklows Below" | ||
on: | ||
workflow_call: | ||
jobs: | ||
nothing: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- run: echo "Nothing to see here. Move along. 🎇" | ||
>>>>>>> v1.6.18 |