Skip to content

Commit

Permalink
Merge pull request #17 from uclahs-cds/nwiltsie-static-upgrade
Browse files Browse the repository at this point in the history
Upgrade to latest static analysis Action
  • Loading branch information
nwiltsie committed May 7, 2024
2 parents 4c798ce + ebe1112 commit 060e2dd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 24 deletions.
24 changes: 0 additions & 24 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 060e2dd

Please sign in to comment.