hidapple / graylog-plugin-teams

Graylog event notification plugin to send messages to Microsoft Teams
GNU General Public License v3.0
33 stars 10 forks source link

Add GitHub Actions pipeline in ci.yml #230

Closed GP1812 closed 1 year ago

GP1812 commented 1 year ago

Description

This pull request replaces the existing Travis CI pipeline with a GitHub Actions pipeline. The new pipeline achieves the same functionalities as the Travis CI pipeline, while taking advantage of the benefits offered by GitHub Actions.

Changes Made