Skip to content

feat: allow arm/amd jobs to run concurrently #532

feat: allow arm/amd jobs to run concurrently

feat: allow arm/amd jobs to run concurrently #532

Workflow file for this run

name: "Static Analysis"
on: [push, pull_request]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
with:
path: src/github.com/juju/juju-qa-jenkins
- name: "Static Analysis: Shell Check"
run: |
STATIC_ANALYSIS_JOB=test_static_analysis_shell make static-analysis
shell: bash
- name: "Static Analysis: Yaml Check"
run: |
STATIC_ANALYSIS_JOB=test_static_analysis_yaml make static-analysis
shell: bash