Skip to content

Bump certifi from 2024.2.2 to 2024.7.4 in /Kod4 #27

Bump certifi from 2024.2.2 to 2024.7.4 in /Kod4

Bump certifi from 2024.2.2 to 2024.7.4 in /Kod4 #27

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Egy soros script
run: echo Helló világ!
- name: Több soros script
run: |
echo "További sor"
echo "Bármilyen parancsot is futtathatnánk"