Skip to content

Commit

Permalink
Добавление ссылки на Codesnadbox
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyAkkuratov committed Mar 6, 2024
1 parent cedc02b commit e0fdcf8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pull_request_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,25 @@ jobs:
- name: Test check
run: |
npm run test
annotate_pull_request:
runs-on: ubuntu-latest
name: perform annotation
steps:
- name: annotation action step
id: annotation
uses: kherin/[email protected]
with:
annotation-url: "https://githubbox.com/"
token: ${{ secrets.GITHUB_TOKEN }}

# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: check
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit e0fdcf8

Please sign in to comment.