git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
5a4f9cf
Branches
Tags
master
ticket
webinterface.git
.github
workflows
runtests.yml
update github actions (action + php version) and lint yaml
Hanno Böck
commited
5a4f9cf
at 2023-12-10 19:08:03
runtests.yml
Blame
History
Raw
--- name: run tests "on": - pull_request - push jobs: run: runs-on: ubuntu-latest strategy: matrix: php-versions: ['8.3'] steps: - name: Checkout uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-versions }} - name: Run tests run: | ./checkcodingstyle