schedule session before grabbing format #94
This file contains hidden or 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
name: Swift Dependency Submission | |
on: | |
push: | |
branches: | |
- main | |
permissions: | |
contents: write | |
jobs: | |
swift-action-detection: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v4 | |
- name: Install Swift | |
uses: vapor/[email protected] | |
with: | |
toolchain: latest | |
- name: Submit Dependencies | |
uses: vapor-community/[email protected] |