git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
c6a34df
Branches
Tags
master
ticket
webinterface.git
.github
workflows
runtests.yml
switch from travis to github actions workflow
Hanno Böck
commited
c6a34df
at 2021-10-17 11:21:07
runtests.yml
Blame
History
Raw
name: run tests on: - pull_request - push jobs: run: runs-on: ubuntu-latest strategy: matrix: php-versions: ['8.0'] steps: - name: Checkout uses: actions/checkout@v2 - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-versions }} - name: Run tests run: | ./checkcodingstyle