Skip to content

Commit

Permalink
Merge pull request #2 from uclahs-cds/nwiltsie-static-upgrade
Browse files Browse the repository at this point in the history
Upgrade to latest static analysis Action
nwiltsie authored May 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents f1269d2 + 830c79d commit 14f7954
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 14f7954

Please sign in to comment.