Skip to content

feat(footer): added acm info (again) #248

feat(footer): added acm info (again)

feat(footer): added acm info (again) #248

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: "lts/*"
cache: "npm"
- run: npm ci --legacy-peer-deps
env:
PACKAGES_PAT: ${{ secrets.PACKAGES_PAT }}
- run: npm run lint
- name: Install Deploy SSH Key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.JANEIRL_SSH_DEPLOY_KEY }}
name: janeirl
config: ${{ secrets.JANEIRL_SSH_DEPLOY_CONFIG }}
if_key_exists: fail
# we are SSH'ing to github.com, silly goof.
known_hosts: unnecessary
- name: Deploy
if: ${{ github.ref == 'refs/heads/main' }}
run: |
git remote add janeirl [email protected]:JaneIRL/hackuta2023-site.git
git push janeirl