You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
337 B
21 lines
337 B
name: Checks
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
pull_request:
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
composer-normalize:
|
|
name: Composer Normalize
|
|
runs-on: ubuntu-22.04
|
|
|
|
steps:
|
|
- name: Checkout code
|
|
uses: actions/checkout@v4
|
|
|
|
- name: Composer normalize
|
|
uses: docker://ergebnis/composer-normalize-action
|
|
|