Skip to content

Commit

Permalink
add lintr and make lintr changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlivingstone committed Dec 6, 2023
1 parent 1c976f2 commit b55dac9
Show file tree
Hide file tree
Showing 11 changed files with 352 additions and 303 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/cicd-base.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: CICD-base

on:
push:
branches:
- master
- jlivingstone-run-method
pull_request:
branches:
- master
- jlivingstone-run-method

jobs:
CICD-base:
runs-on: ubuntu-latest

timeout-minutes: 15

steps:
# Checkout codebase
- name: Checkout
uses: actions/checkout@v2

# Run cicd-base
- name: CICD-base
uses: docker://ghcr.io/uclahs-cds/cicd-base:latest
env:
VALIDATE_PYTHON: false
VALIDATE_YAML: false
VALIDATE_SHELL: false
VALIDATE_PERL: false
VALIDATE_DOCKERFILE: false
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# System files
.DS_Store

# R
.Rhistory
.Rapp.history
.Rproj.user
.RData
Loading

0 comments on commit b55dac9

Please sign in to comment.