Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Update konfiguracja.yml
Browse files Browse the repository at this point in the history
Add proper script to workflow
  • Loading branch information
WiolaWysopal authored Dec 31, 2023
1 parent 2a4f28b commit 3734073
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/konfiguracja.yml
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
name: Przykladowe workflow

on:
push:
branches: [ master ]

jobs:
compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Konfiguracja
run: echo "Plik skonfigurowano poprawnie"
- name: Dodatkowy krok
run: echo "Mozna wiec isc dalej"

0 comments on commit 3734073

Please sign in to comment.