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 9
9
```
10
10
11
11
## 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.
13
13
You can run those checks on your own locally to make sure that your changes would not break the CI build.
14
14
15
15
### 1. Check the code for JavaScript style violations
Original file line number Diff line number Diff line change 1
1
# Webpacker
2
2
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
+
4
8
[ ![ node.js] ( https://img.shields.io/badge/node-%3E%3D%2010.17.0-brightgreen.svg )] ( https://www.npmjs.com/package/@rails/webpacker )
5
9
[ ![ Gem] ( https://img.shields.io/gem/v/webpacker.svg )] ( https://rubygems.org/gems/webpacker )
6
10
You can’t perform that action at this time.
0 commit comments