File: runs-on-expr.yml

package info (click to toggle)
rust-github-actions-models 0.39.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 544 kB
  • sloc: makefile: 4
file content (12 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
name: runs-on-expr
on: [push]
jobs:
  check-bats-version:
    runs-on: ${{ matrix.runner }}
    steps:
      - uses: actions/checkout@v4
      - uses: actions/setup-node@v4
        with:
          node-version: "14"
      - run: npm install -g bats
      - run: bats -v