Files
atomic-red-team/.github/workflows/validate-atomics.yml
T
Jose Enrique Hernandez a5576220c0 first skeleton of github ci files (#1836)
* first skeleton of github ci files

* removing guids gen for now

Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
2022-04-01 08:41:15 -06:00

22 lines
463 B
YAML

name: validate-atomics
on:
push:
pull_request:
types: [opened, reopened]
jobs:
validate-atomics:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v2
- name: setup ruby
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: validate the format of atomics tests against the spec
run: |
bin/validate-atomics.rb