Skip to content

Commit

Permalink
Create basic yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
juraskov committed Jun 3, 2024
1 parent 826bc59 commit 14d193e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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!"

0 comments on commit 14d193e

Please sign in to comment.