Skip to content

updating locks

updating locks #4

name: Run coding tests on forks
on:
push:
branches:
- main
- gabriel/github-actions
jobs:
run-npm-command:
#if: github.event.pull_request.head.repo.fork == true
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "20"
- name: Go to folder
run: cd technical-fundamentals && ls
- name: Install dependencies
run: npm install
- name: Run npm command
run: npm run strings