Skip to content

Update ABOUT.md (#108) #52

Update ABOUT.md (#108)

Update ABOUT.md (#108) #52

Workflow file for this run

name: J / Test
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- name: Install J
run: |
wget https://www.jsoftware.com/download/j9.5/install/j9.5_linux64.tar.gz
tar -xvf j9.5_linux64.tar.gz
mv j9.5 /opt/j9.5
rm -rf j9.5_linux64.tar.gz
echo "/opt/j9.5/bin" >> $GITHUB_PATH
- name: Verify all exercises
run: bin/verify-exercises.sh