Skip to content

Commit

Permalink
chore/migrate-to-ga
Browse files Browse the repository at this point in the history
  • Loading branch information
john-angelogiannis committed Sep 21, 2023
1 parent a7ac3d6 commit a0629da
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
File renamed without changes.
26 changes: 26 additions & 0 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Pull Request Workflow
run-name: ${{ github.actor }} has triggered a Pull Request Workflow! 🚀

on:
pull_request:
branches:
- 'master'

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

jobs:
static-code-analysis:
name: Test Formatting
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Install Toolchain
run: ./scripts/install_toolchain.sh

- name: Run linter
run: helm lint yilu-common --set image.tag="test" --set serviceName="ci-test"

0 comments on commit a0629da

Please sign in to comment.