Skip to content

Commit

Permalink
Update and rename php-cs-fixer.yml_bkp to php-cs-fixer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theronakpatel authored Feb 23, 2024
1 parent 3a84fee commit 8b00c98
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 22 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: PHP CS Fixer

on: [push, pull_request]
name: Main
jobs:
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga
22 changes: 0 additions & 22 deletions .github/workflows/php-cs-fixer.yml_bkp

This file was deleted.

0 comments on commit 8b00c98

Please sign in to comment.