Skip to content

[DELENG-365] Add catalog workflow to use allowlisted SHA #22

[DELENG-365] Add catalog workflow to use allowlisted SHA

[DELENG-365] Add catalog workflow to use allowlisted SHA #22

Workflow file for this run

name: Test Pantheon Coding Standard Sniffs
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: composer install
- name: Run tests
run: composer test