Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
1ma committed Apr 16, 2024
1 parent ca6ab05 commit 2b15bc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/php-ci.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Frontend CI
name: Continuous Integration

on: push

jobs:
run:
name: Frontend Continuous Integration
name: Frontend CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -13,5 +13,5 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: 8.3
- run: composer install
- run: php vendor/bin/php-cs-fixer check -v
- run: composer install -d frontend
- run: php frontend/vendor/bin/php-cs-fixer check --config frontend/.php-cs-fixer.php -v
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# bitcoin-grouphug
# bitcoin-grouphug [![CI](https://github.com/polespinasa/bitcoin-grouphug/actions/workflows/ci.yml/badge.svg)](https://github.com/polespinasa/bitcoin-grouphug/actions/workflows/ci.yml)

Group Hug Server for Bitcoin transactions

0 comments on commit 2b15bc3

Please sign in to comment.