Skip to content

Commit

Permalink
CI: travis -> github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jul 5, 2023
1 parent 6659504 commit 0645788
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 62 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Linter"

on:
pull_request:

push:
branches: [ "*" ]

jobs:
lint:
name: "Linter"
uses: contributte/.github/.github/workflows/php.yml@v1
with:
name: "Linter"
run: "vendor/bin/parallel-lint src"
php: "8.0"
57 changes: 0 additions & 57 deletions .travis.yml

This file was deleted.

5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@
"autoload": {
"classmap": ["src/"]
},
"scripts": {
"linter": [
"parallel-lint src"
]
},
"extra": {
"branch-alias": {
"dev-master": "0.10.x-dev",
Expand Down

0 comments on commit 0645788

Please sign in to comment.