Skip to content

Commit

Permalink
Merge pull request #2 from visto9259/master
Browse files Browse the repository at this point in the history
Added CI
  • Loading branch information
visto9259 authored Sep 24, 2024
2 parents 0cfc889 + 418828c commit 0cf437e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Continuous Integration"

on:
pull_request:
push:
branches:
tags:

jobs:
ci:
uses: laminas/workflow-continuous-integration/.github/workflows/[email protected]
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Automation testing

This is a repository for testing automation

- Continuous Intgration
Expand Down

0 comments on commit 0cf437e

Please sign in to comment.