Skip to content

Commit

Permalink
ci: test cocogitto action
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Apr 19, 2024
1 parent b3c80fa commit 7b3de4a
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 3 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
test:
name: Cog action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- run: |
git config user.name github-actions
git config user.email [email protected]
git config --global user.email [email protected]
git config --global user.name github-actions
- name: Conventional commit check
if: ${{matrix.conventional_commit_check }}
uses: cocogitto/[email protected]
with:
git-user: 'github-actions'
git-user-email: '[email protected]'
Empty file removed azeuirghalziu
Empty file.
1 change: 0 additions & 1 deletion file_to_merge

This file was deleted.

1 change: 0 additions & 1 deletion file_to_merge2

This file was deleted.

Empty file removed ioytout
Empty file.
Empty file removed morre
Empty file.
1 change: 0 additions & 1 deletion prout

This file was deleted.

Empty file removed totototo
Empty file.

0 comments on commit 7b3de4a

Please sign in to comment.