Skip to content

Commit

Permalink
move back to ci-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadkitenge committed Sep 12, 2024
1 parent 066d066 commit 4ff6aad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/assign-label.yml

This file was deleted.

9 changes: 9 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ on:
- develop

jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
lint-and-unit-test:
name: Lint & Unit Tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4ff6aad

Please sign in to comment.