From fdd1d82223c5cee75dd6aa7d9006833e6e33fed3 Mon Sep 17 00:00:00 2001 From: tomirons Date: Fri, 8 Sep 2023 10:11:43 -0400 Subject: [PATCH] create cs workflow --- .github/workflows/CS.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/CS.yml diff --git a/.github/workflows/CS.yml b/.github/workflows/CS.yml new file mode 100644 index 0000000..cb82a04 --- /dev/null +++ b/.github/workflows/CS.yml @@ -0,0 +1,15 @@ +name: CS + +on: + pull_request: + +jobs: + tests: + runs-on: ubuntu-latest + name: Code Style + steps: + - uses: actions/checkout@v2 + - name: Install Dependencies + run: php /usr/bin/composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist + - name: Verify + run: php vendor/bin/pint --test