Skip to content
This repository was archived by the owner on Nov 11, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 9 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

- name: 'Inputs: None'
uses: andrewmcodes/rubocop-linter-action@7823f653dc5aae178ff38d310d84e0e632adc8d8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: 'Inputs: Version'
uses: andrewmcodes/rubocop-linter-action@7823f653dc5aae178ff38d310d84e0e632adc8d8
- uses: actions/checkout@v2
- name: 'tickgit-22'
uses: andrewmcodes/tickgit-action@build
with:
action_config_path: '.github/config/rubocop_linter_config.yml'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
version: latest
csv: "true"
- uses: actions/upload-artifact@v1
with:
name: todos
path: todos.csv
2 changes: 2 additions & 0 deletions app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# TODO: test

class ApplicationController < ActionController::Base
protect_from_forgery with: :exception

Expand Down