Skip to content

Commit

Permalink
Upgrade to latest static analysis Action (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie authored May 7, 2024
1 parent 4cc44ce commit fd22963
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/CICD-base.yaml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: CI

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
CICD-base:
runs-on: ubuntu-latest

steps:
- uses: uclahs-cds/tool-static-analysis@v1

0 comments on commit fd22963

Please sign in to comment.