File tree Expand file tree Collapse file tree 3 files changed +6
-45
lines changed Expand file tree Collapse file tree 3 files changed +6
-45
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 99```
1010
1111## Making sure your changes pass all tests
12- There are a number of automated checks which run on Travis CI when a pull request is created.
12+ There are a number of automated checks which run on Github Actions when a pull request is created.
1313You can run those checks on your own locally to make sure that your changes would not break the CI build.
1414
1515### 1. Check the code for JavaScript style violations
Original file line number Diff line number Diff line change 11# Webpacker
22
3- [ ![ Build Status] ( https://travis-ci.org/rails/webpacker.svg?branch=master )] ( https://travis-ci.org/rails/webpacker )
3+ [ ![ Ruby specs] ( https://github.com/rails/webpacker/workflows/Ruby%20specs/badge.svg )] ( https://github.com/rails/webpacker/actions )
4+ [ ![ Jest specs] ( https://github.com/rails/webpacker/workflows/Jest%20specs/badge.svg )] ( https://github.com/rails/webpacker/actions )
5+ [ ![ Rubocop] ( https://github.com/rails/webpacker/workflows/Rubocop/badge.svg )] ( https://github.com/rails/webpacker/actions )
6+ [ ![ JS lint] ( https://github.com/rails/webpacker/workflows/JS%20lint/badge.svg )] ( https://github.com/rails/webpacker/actions )
7+
48[ ![ node.js] ( https://img.shields.io/badge/node-%3E%3D%2010.17.0-brightgreen.svg )] ( https://www.npmjs.com/package/@rails/webpacker )
59[ ![ Gem] ( https://img.shields.io/gem/v/webpacker.svg )] ( https://rubygems.org/gems/webpacker )
610
You can’t perform that action at this time.
0 commit comments