Skip to content

Commit

Permalink
Merge pull request #13 from hmlendea/gh-actions
Browse files Browse the repository at this point in the history
Integrated with GitHub Actions
  • Loading branch information
hmlendea authored Dec 7, 2021
2 parents ad73b20 + 285a6c3 commit ce25173
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:
name: Build
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Setup the builder
run: bash scripts/update-builder.sh

- name: Build
run: bash scripts/build.sh --skip-validation --skip-updates
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Donate](https://img.shields.io/badge/-%E2%99%A5%20Donate-%23ff69b4)](https://hmlendea.go.ro/fund.html) [![Latest GitHub release](https://img.shields.io/github/v/release/hmlendea/stellaris-ui-name-lists)](https://github.com/hmlendea/stellaris-ui-name-lists/releases/latest)
[![Donate](https://img.shields.io/badge/-%E2%99%A5%20Donate-%23ff69b4)](https://hmlendea.go.ro/fund.html) [![Build Status](https://github.com/hmlendea/stellaris-ui-name-lists/actions/workflows/build.yml/badge.svg)](https://github.com/hmlendea/stellaris-ui-name-lists/actions/workflows/build.yml) [![Latest GitHub release](https://img.shields.io/github/v/release/hmlendea/stellaris-ui-name-lists)](https://github.com/hmlendea/stellaris-ui-name-lists/releases/latest)

# About

Expand Down

0 comments on commit ce25173

Please sign in to comment.