Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Chore: github action #140

Merged
merged 1 commit into from
Jun 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
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
Loading