Skip to content

chore: update newsletter link #245

chore: update newsletter link

chore: update newsletter link #245

Workflow file for this run

name: Test
on:
pull_request:
types: [opened, reopened]
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make test
- uses: webfactory/ssh-agent@v0.4.1
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Dry-run the sync
run: |
source ./scripts/sync.sh
install_dependencies_on_ci
configure_git_on_ci
workspace=$(create_workspace)
replicate_all "$workspace" "commit"
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_AENEASR }}