Skip to content

Commit

Permalink
♻️ run simple workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fredk3 committed Mar 26, 2024
1 parent ced5380 commit cc6df24
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/simple-workflow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Simple workflow
on:
push:
branches:
- fredkiss3/building-electron-with-todesktop
workflow_dispatch:

jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v3
with:
node-version: "20.x"
- run: echo "Hello there"

0 comments on commit cc6df24

Please sign in to comment.