Skip to content

Commit

Permalink
uses GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Apr 4, 2024
1 parent 6c30cc5 commit 45a8edf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/coding-style.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Coding Style

on: [push, pull_request]

jobs:
nette_cc:
name: Nette Code Checker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: 8.3
coverage: none

- run: composer create-project nette/code-checker temp/code-checker ^3 --no-progress
- run: php temp/code-checker/code-checker --no-progress
13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

0 comments on commit 45a8edf

Please sign in to comment.