Addressing review comments - Renaming template and updating setup-ruby action version (#1086)
* renaming template and updating setup-ruby action version * renaming rubyrails files * renaming rails files
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Rails - Build and Run Linters",
|
|
||||||
"description": "Build Rails application and run linters",
|
|
||||||
"iconName": "ruby",
|
|
||||||
"categories": ["Ruby", "Rails"]
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"name": "Rails - Install Dependencies and Run Linters",
|
||||||
|
"description": "Install dependencies and run linters on Rails application",
|
||||||
|
"iconName": "ruby",
|
||||||
|
"categories": ["Ruby", "Rails"]
|
||||||
|
}
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
# separate terms of service, privacy policy, and support
|
# separate terms of service, privacy policy, and support
|
||||||
# documentation.
|
# documentation.
|
||||||
# This workflow will download a prebuilt Ruby version, install dependencies, and run linters
|
# This workflow will download a prebuilt Ruby version, install dependencies, and run linters
|
||||||
name: Build Rails and run linters
|
name: Rails - Install dependencies and run linters
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -18,7 +18,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Setup Ruby and install gems
|
- name: Setup Ruby and install gems
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e
|
||||||
with:
|
with:
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
# Add or Replace any other security checks here
|
# Add or Replace any other security checks here
|
||||||
Reference in New Issue
Block a user