Commit cf2d0db
committed
Migrate CI pipeline from Travis CI to GitHub Actions
Migrate the CI pipeline from Travis CI to GitHub Actions.
* **README.md**
- Replace the Travis CI build status badge with a GitHub Actions build status badge.
* **.github/workflows/ci.yml**
- Create a new GitHub Actions workflow file named `ci.yml`.
- Add a job for `shellcheck` using `node:18` image.
- Add a job for Docker build using `ubuntu-latest` image.
* **.travis.yml**
- Remove the Travis CI configuration file.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/PeterDaveHello/tor-socks-proxy?shareId=XXXX-XXXX-XXXX-XXXX).1 parent f361334 commit cf2d0db
3 files changed
+31
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments