Skip to content

New: custom graphics with trail map background for discord notifications #68

New: custom graphics with trail map background for discord notifications

New: custom graphics with trail map background for discord notifications #68

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
types:
- opened
- edited
- synchronize
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Run linters
uses: wearerequired/lint-action@master
with:
auto_fix: false
rustfmt: true
clippy: true
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Build
run: cargo build --verbose
build_docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# just check that it builds, dont push it anywhere cuz whatever
- name: Build and push
uses: docker/build-push-action@v3
with:
push: false
tags: cbackas/troyonthetrails:pr