refactor(ci): remove build step from CI pipeline for optimization

This commit is contained in:
taroj1205 2025-06-22 15:25:59 +12:00
parent 4836b8b29f
commit 3fe57a2346
No known key found for this signature in database
GPG key ID: 0FCB6CFFE0981AB7

View file

@ -56,8 +56,6 @@ jobs:
name: Test
- check: spell
name: Spell Check
- check: build
name: Build
steps:
- uses: actions/checkout@v4