Skip to content

Commit

Permalink
ci: create say-hello workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sazanik committed Nov 14, 2024
1 parent a2a9fe9 commit 30efb5e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/say-hello.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: say-hello
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make say-hello
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ lint-fix:

link:
npm link

say-hello:
echo "Hello, World!"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### Hexlet tests and linter status:
[![Actions Status](https://github.com/sazanik/backend-project-lvl1/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/sazanik/backend-project-lvl1/actions)
[![say-hello](https://github.com/sazanik/backend-project-lvl1/actions/workflows/say-hello.yml/badge.svg?event=push)](https://github.com/sazanik/backend-project-lvl1/actions/workflows/say-hello.yml)

[![Maintainability](https://api.codeclimate.com/v1/badges/9ff520ee5368a3db6146/maintainability)](https://codeclimate.com/github/sazanik/backend-project-lvl1/maintainability)

Expand Down

0 comments on commit 30efb5e

Please sign in to comment.