Skip to content

Adds a rake task to delete all users created more than 1 year ago and who never had any activity #7

Adds a rake task to delete all users created more than 1 year ago and who never had any activity

Adds a rake task to delete all users created more than 1 year ago and who never had any activity #7

Workflow file for this run

name: Brakeman
on:
pull_request:
branches:
master
jobs:
brakeman:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
# Will run Brakeman checks on dependencies
# https://github.com/marketplace/actions/brakeman-action
- name: Brakeman
uses: artplan1/[email protected]
with:
flags: "--color"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}