Skip to content

Commit dd8e964

Browse files
authored
chore: move cs-fixer to github actions (GoogleCloudPlatform#1735)
1 parent 63ca5ed commit dd8e964

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/lint.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ on:
66
pull_request:
77

88
jobs:
9+
styles:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v3
13+
- name: Install PHP
14+
uses: shivammathur/setup-php@v2
15+
with:
16+
php-version: '8.0'
17+
18+
- name: Run Script
19+
run: testing/run_cs_check.sh
20+
921
staticanalysis:
1022
runs-on: ubuntu-latest
1123
steps:

.kokoro/lint.cfg

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)