From 5c238a5c4ea5f7701a4c8937b659024873ab8a02 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