Skip to content

Commit

Permalink
Try build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed May 20, 2024
1 parent 5770c8e commit fbd4bcc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: build-check

'on':
push:
branches:
- build-check

jobs:
build-check:
runs-on: ubuntu-latest
steps:
- id: build
timeout-minutes: 60
name: Build source package
uses: r-universe-org/build-source@master
env:
MAINTAINERLOGIN:
GITHUB_PAT: ${{secrets.GITHUB_TOKEN}}
with:
url: "https://github.com/stan-dev/rstan"
ref: ""
subdir: "StanHeaders"
branch: "experimental"

0 comments on commit fbd4bcc

Please sign in to comment.