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 committed May 24, 2024
2 parents 1326405 + f5302e3 commit 7bf7f6a
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 23 deletions.
1 change: 1 addition & 0 deletions .cicd-env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VALIDATE_R=False
23 changes: 0 additions & 23 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.
7 changes: 7 additions & 0 deletions metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
Category: 'tool'
Description: 'Helper functions to normalize NanoString CNV data'
Maintainers: ['[email protected]']
Languages: 'R'
Dependencies: 'R'
References: ''

0 comments on commit 7bf7f6a

Please sign in to comment.