Skip to content

feat(cli): select the spec editor #1670

feat(cli): select the spec editor

feat(cli): select the spec editor #1670

Workflow file for this run

name: "Static Analysis"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
schedule:
# Run every night at 3:15am PST (11:15am UTC)
- cron: '15 11 * * *'
# Cancel in-progress runs of this workflow if a new run is triggered.
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
cancel-in-progress: true
permissions: {}
jobs:
static:
name: "Analyze"
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Get go tools
uses: $/.github/getgotools
- name: Run static analysis
run: |
mage -v check static