Save Covariance in MCMC File #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add random meme whenever PR is opened | |
name: "Random Meme" | |
on: | |
pull_request: | |
types: [opened, reopened] | |
jobs: | |
test: | |
name: setup environment | |
runs-on: ubuntu-latest | |
steps: | |
- name: Memes | |
uses: deep5050/memes-on-issues-action@main | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |