Skip to content

Commit

Permalink
ci: Use new workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Sep 30, 2023
1 parent d0e2f13 commit b957ab9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ permissions:
id-token: 'write'

jobs:
build:
uses: 'fox-land/hyperupcall-action/.github/workflows/lint.yml@cdde84c32fa05734584e9387c25656009bfc5fd1'
bash:
name: 'Bash'
uses: 'fox-land/hyperupcall-action/.github/workflows/bash-lint.yml@main'
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ permissions:
id-token: 'write'

jobs:
build:
uses: 'fox-land/hyperupcall-action/.github/workflows/test.yml@cdde84c32fa05734584e9387c25656009bfc5fd1'
bash:
name: 'Bash'
uses: 'fox-land/hyperupcall-action/.github/workflows/bash-test.yml@main'
7 changes: 4 additions & 3 deletions .github/workflows/site.yml → .github/workflows/website.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Site'
name: 'Website'

on:
push:
Expand All @@ -12,5 +12,6 @@ permissions:
id-token: 'write'

jobs:
build:
uses: 'fox-land/hyperupcall-action/.github/workflows/site.yml@cdde84c32fa05734584e9387c25656009bfc5fd1'
build-and-deploy:
name: 'Build And Deploy'
uses: 'fox-land/hyperupcall-action/.github/workflows/website.yml@main'

0 comments on commit b957ab9

Please sign in to comment.