Created
February 16, 2023 22:45
-
-
Save UmutSERIFLER/913388c5b8c4584a0eaef90ffce63f3e to your computer and use it in GitHub Desktop.
steps_sample
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
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v3 | |
- name: Get Swift Version | |
run: swift --version | |
- name: Print Description | |
run: echo This step will print UmutSERIFLER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment