JamieFarrelly / WhatsGoingOn

POC script to check if 2 people are chatting to each other on WhatsApp
MIT License
21 stars 14 forks source link

name: free-programming-books-lint on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Use Node.js uses: actions/setup-node@v3 with: node-version: '16.x' - run: npm install -g free-programming-books-lint #5

Open Arunm0111986 opened 2 years ago