Skip to content

Commit

Permalink
Merge pull request #4 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 authored May 24, 2024
2 parents 712d420 + 7d56f17 commit adbfed1
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 28 deletions.
2 changes: 2 additions & 0 deletions .cicd-env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
VALIDATE_R=False
VALIDATE_CPP=False
28 changes: 0 additions & 28 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
Empty file added .gitignore
Empty file.
Empty file added README.md
Empty file.

0 comments on commit adbfed1

Please sign in to comment.