Skip to content

Commit

Permalink
Merge pull request #59 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
aholmes authored May 8, 2024
2 parents ed8c28c + 42fe190 commit 49a4cfd
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 49a4cfd

Please sign in to comment.