Skip to content

ci(dependabot): change to monthly interval #132

ci(dependabot): change to monthly interval

ci(dependabot): change to monthly interval #132

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@692973e3d937129bcbf40652eb9f2f61becf3332
- 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