Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilan032 committed Jun 20, 2024
2 parents 1334ea2 + 9805927 commit cc21c4b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: CI Workflow

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

# Add other steps as needed
# For example, running tests or linters

# - name: Run tests
# run: ./run-tests.sh

# - name: Lint code
# run: ./lint.sh

0 comments on commit cc21c4b

Please sign in to comment.