Skip to content

Commit

Permalink
chore(github): shared repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov committed Jun 25, 2024
1 parent 8070578 commit 9db9725
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on: [pull_request]
jobs:
check:
name: Typecheck, lint
uses: atls/tools/.github/workflows/reusable-checks.yaml@master
uses: atls/shared/.github/workflows/checks.yaml@master
permissions: write-all
release:
name: Release
uses: atls/tools/.github/workflows/reusable-release.yaml@master
uses: atls/shared/.github/workflows/release.yaml@master
permissions: write-all
test:
name: Tests
uses: atls/tools/.github/workflows/reusable-tests.yaml@master
uses: atls/shared/.github/workflows/tests.yaml@master
permissions: write-all
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ on:
jobs:
run:
name: Publish
uses: atls/tools/.github/workflows/reusable-publish.yaml@master
uses: atls/shared/.github/workflows/publish.yaml@master
secrets:
npmAuthToken: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ on:
jobs:
Run:
name: Version
uses: atls/tools/.github/workflows/reusable-version.yaml@master
uses: atls/shared/.github/workflows/version.yaml@master
permissions: write-all

0 comments on commit 9db9725

Please sign in to comment.