Skip to content

Commit d70da46

Browse files
authored
Merge pull request #15 from uclahs-cds/nwiltsie-static-upgrade
Upgrade to latest static analysis Action
2 parents 4f6135b + b180a12 commit d70da46

File tree

2 files changed

+17
-24
lines changed

2 files changed

+17
-24
lines changed

.github/workflows/CICD-base.yaml

-24
This file was deleted.

.github/workflows/static-analysis.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: CI
3+
4+
on:
5+
push:
6+
branches:
7+
- main
8+
pull_request:
9+
branches:
10+
- main
11+
12+
jobs:
13+
CICD-base:
14+
runs-on: ubuntu-latest
15+
16+
steps:
17+
- uses: uclahs-cds/tool-static-analysis@v1

0 commit comments

Comments
 (0)