Skip to content

Commit

Permalink
Switch from Travis CI to GitHub Actions (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 committed Jul 18, 2020
1 parent b537954 commit 409cca2
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 16 deletions.
File renamed without changes.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on: [push, pull_request]
name: build
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: lint
uses: Roang-zero1/factorio-mod-luacheck@master
with:
luacheckrc_url: ""
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Map Tools
# Map Tools [![](https://github.com/minetest-mods/maptools/workflows/build/badge.svg)](https://github.com/minetest-mods/maptools/actions)

Map Tools for [Minetest](https://www.minetest.net/), a free and open source infinite
world block sandbox game.
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md → docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Changed

- Switch to GitHub actions.
- Benefits include faster responses.

### Removed

- Removed Travis CI.

## [2.1.0] - 2020-06-08

### Changed
Expand Down
File renamed without changes.

0 comments on commit 409cca2

Please sign in to comment.