Skip to content

ci: workflows yml dosyası eklendi. #1

ci: workflows yml dosyası eklendi.

ci: workflows yml dosyası eklendi. #1

Workflow file for this run

name: CI Workflow
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Run Tests
run: echo "Running tests..."