Skip to content

Commit

Permalink
Merge pull request #53 from hemilabs/better-workflows
Browse files Browse the repository at this point in the history
Improve the workflows
  • Loading branch information
gabmontes authored Nov 18, 2024
2 parents 9b96ce2 + 508596c commit d0c22f5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 41 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deployment
name: Hostinger Deployment

on:
push:
Expand All @@ -7,7 +7,7 @@ on:
workflow_dispatch:

jobs:
purefinance-build-and-deploy:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: bloq/actions/notify-deploy-to-slack@v1
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/js-checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: JS Checks

on:
pull_request:
push:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true

jobs:
js-checks:
uses: bloq/actions/.github/workflows/js-checks.yml@v1
17 changes: 0 additions & 17 deletions .github/workflows/lint.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit d0c22f5

Please sign in to comment.