make currency and createProject permission props in the create time e… #909
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PHP Linting | |
on: push | |
jobs: | |
pint: | |
runs-on: ubuntu-latest | |
timeout-minutes: 10 | |
steps: | |
- name: "Checkout code" | |
uses: actions/checkout@v4 | |
- name: "Check code style" | |
uses: aglipanci/[email protected] | |
with: | |
configPath: "pint.json" |