Skip to content

Commit

Permalink
chore: test adoption script
Browse files Browse the repository at this point in the history
  • Loading branch information
andresin87 committed May 23, 2024
1 parent 9183d90 commit 96437f1
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/.adoption.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: manual-deploy
on:
workflow_dispatch:
pull_request:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Node setup
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Adoption script
uses: adevinta/spark-action-scan-adoption@v0
with:
token: ${{ secrets.SPARK_TOKEN }}

0 comments on commit 96437f1

Please sign in to comment.