Skip to content

Commit

Permalink
Merge pull request #54 from SUSE/fix-ci-badges
Browse files Browse the repository at this point in the history
fix CI badges and remove obsolete travis file
  • Loading branch information
angelabriel authored Apr 6, 2023
2 parents 36655c0 + 5c5e3d1 commit d13fb63
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
# Triggers the workflow on pull request events but only for the master and sle-12 branch
pull_request:
branches: [ master, sle-12 ]
push:
branches: [ master, sle-12 ]

jobs:
# This workflow contains a single job called "shellcheck"
Expand Down
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[![shellcheck](https://github.com/SUSE/sapconf/actions/workflows/shellcheck.yml/badge.svg)](https://github.com/SUSE/sapconf/actions/workflows/shellcheck.yml)

| master | sle-12 |
| ------ | ------ |
| [![shellcheck status](https://github.com/SUSE/sapconf/actions/workflows/shellcheck.yml/badge.svg)](https://github.com/SUSE/sapconf/actions/workflows/shellcheck.yml) | [![shellcheck status](https://github.com/SUSE/sapconf/actions/workflows/shellcheck.yml/badge.svg?branch=sle-12)](https://github.com/SUSE/sapconf/actions/workflows/shellcheck.yml) |

# sapconf
The utility adjusts operating system parameters, such as kernel tuning settings and resource limits, to allow running various SAP solutions at satisfactory performance.
Expand Down

0 comments on commit d13fb63

Please sign in to comment.