I hereby claim:
- I am nexxai on github.
- I am nexxai (https://keybase.io/nexxai) on keybase.
- I have a public key ASBcrgP2NUdvdV9ABBuCpaXdi0320cJyqn9pknCHGFIftAo
To claim this, I am signing this object:
| name: Deployment | |
| on: | |
| push: | |
| workflow_dispatch: | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true |
| <?php | |
| namespace App\Rekognition; | |
| use Aws\Rekognition\RekognitionClient; | |
| use Aws\Result; | |
| class Client | |
| { | |
| public RekognitionClient $client; |
| function astronew() { | |
| bunx create-astro@latest ./ | |
| bunx astro add tailwind --yes | |
| bunx astro add netlify --yes | |
| bunx astro add alpinejs --yes | |
| code . | |
| } |
| name: Deployment | |
| on: | |
| push: | |
| branches: [ dev ] | |
| pull_request: | |
| branches: [ master ] | |
| workflow_dispatch: |
| # Dump the list of filenames changed in the last git commit | |
| git diff --name-only HEAD HEAD~1 > /tmp/gitdiff.txt | |
| # Default to no changes | |
| yarn=false | |
| # Read the /tmp/gitdiff.txt file line by line.... | |
| while read line; do | |
| # The regex to search for CSS/JS/Vue/.lock/JSON files | |
| positiveMatch='^(resources\/|).*(css|js|vue|lock|json)$' |
| <?php | |
| return PhpCsFixer\Config::create() | |
| ->setRules([ | |
| '@PSR1' => true, | |
| '@PSR2' => true, | |
| '@Symfony' => true, | |
| 'array_indentation' => true, | |
| 'array_syntax' => ['syntax' => 'short'], | |
| 'combine_consecutive_unsets' => true, |
I hereby claim:
To claim this, I am signing this object: