Skip to content

Commit

Permalink
Merge pull request #114 from Leonidas-from-XIV/remove-travis-add-work…
Browse files Browse the repository at this point in the history
…flows

Remove travis, add github workflows
  • Loading branch information
Leonidas-from-XIV authored Nov 15, 2021
2 parents b743857 + 4b7a3e4 commit 0cb2f3f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Changelog check

on:
pull_request:
branches: [ main ]
types: [ opened, synchronize, reopened, labeled, unlabeled ]

jobs:
Changelog-Entry-Check:
name: Check Changelog Action
runs-on: ubuntu-20.04
steps:
- uses: tarides/changelog-check-action@v1
8 changes: 8 additions & 0 deletions .github/workflows/pr-number.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: PR number update
on: [pull_request_target]
jobs:
PR-Number-Update:
runs-on: ubuntu-20.04
steps:
- name: Update PR number
uses: tarides/[email protected]
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

0 comments on commit 0cb2f3f

Please sign in to comment.