Skip to content

WIP: OLL based SMUS computation #90

WIP: OLL based SMUS computation

WIP: OLL based SMUS computation #90

Workflow file for this run

on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Create the Mattermost Message
run: |
echo "{\"text\":\"New Commit or PR on GitHub\", \"username\":\"GitHub\"}" > mattermost.json
- uses: mattermost/action-mattermost-notify@master
env:
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}