Create 2024 Oxford RSE Workshop VIDAR final day.pptx #33
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
name: Basic GitHub Actions Workflow | |
on: | |
push: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
basic-job: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Run a one-line script | |
run: echo "Hello, world!" |