Skip to content

Fix STSL eligibility for scales 5 and 6, both use STSL tax tables #4

Fix STSL eligibility for scales 5 and 6, both use STSL tax tables

Fix STSL eligibility for scales 5 and 6, both use STSL tax tables #4

Workflow file for this run

name: Code Quality
on:
push:
pull_request:
jobs:
php:
runs-on: ubuntu-latest
name: PHP
steps:
- name: Cancel previous incomplete runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- name: Checkout changes
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install PHP and PHP Code Sniffer
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
tools: phpcs
- name: Check code quality
run: phpcs